@sunzi/icon 1.1.52 → 1.1.54

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 (113) hide show
  1. package/es/customeow/default/icon-add-group-solid.js +1 -1
  2. package/es/customeow/default/icon-basic-solid.js +1 -1
  3. package/es/customeow/default/icon-close-ungroup-solid.js +1 -1
  4. package/es/customeow/default/icon-column-copy-outline.js +1 -0
  5. package/es/customeow/default/icon-column-cut-outline.js +1 -0
  6. package/es/customeow/default/icon-column-delete-outline.js +1 -0
  7. package/es/customeow/default/icon-column-paste-left-outline.js +1 -0
  8. package/es/customeow/default/icon-column-paste-right-outline.js +1 -0
  9. package/es/customeow/default/icon-crossword-bicolor-solid.js +1 -1
  10. package/es/customeow/default/icon-document-text-solid.js +1 -1
  11. package/es/customeow/default/icon-face-cutout-bicolor-solid.js +1 -1
  12. package/es/customeow/default/icon-file-font-outline.js +1 -1
  13. package/es/customeow/default/icon-file-psd-outline.js +1 -1
  14. package/es/customeow/default/icon-folder-production-solid.js +1 -0
  15. package/es/customeow/default/icon-insert-column-left-outline.js +1 -0
  16. package/es/customeow/default/icon-insert-column-right-outline.js +1 -0
  17. package/es/customeow/default/icon-insert-row-above-outline.js +1 -0
  18. package/es/customeow/default/icon-insert-row-below-outline.js +1 -0
  19. package/es/customeow/default/icon-mask-1-outline.js +1 -1
  20. package/es/customeow/default/icon-mask-bicolor-solid.js +1 -1
  21. package/es/customeow/default/icon-merge-cells-outline.js +1 -0
  22. package/es/customeow/default/icon-number-sorted-outline.js +1 -1
  23. package/es/customeow/default/icon-pattern-1-solid.js +1 -1
  24. package/es/customeow/default/icon-row-copy-outline.js +1 -0
  25. package/es/customeow/default/icon-row-delete-outline.js +1 -0
  26. package/es/customeow/default/icon-row-paste-above-outline.js +1 -0
  27. package/es/customeow/default/icon-row-paste-below-outline.js +1 -0
  28. package/es/customeow/default/icon-row-setting-outline.js +1 -0
  29. package/es/customeow/default/icon-scissors-disable-bicolor-solid.js +1 -0
  30. package/es/customeow/default/icon-select-group-solid.js +1 -0
  31. package/es/customeow/default/icon-split-cells-outline.js +1 -0
  32. package/es/customeow/default/icon-svg-outline.js +1 -1
  33. package/es/customeow/default/icon-table-close-outline.js +1 -0
  34. package/es/customeow/default/icon-table-outline.js +1 -0
  35. package/es/customeow/default/icon-table-setting-outline.js +1 -0
  36. package/es/customeow/default/icon-text-border-color-outline.js +1 -0
  37. package/es/customeow/default/icon-text-case-ag-1-outline.js +1 -1
  38. package/es/customeow/default/icon-text-color-2-outline.js +1 -0
  39. package/es/customeow/default/icon-text-color-outline.js +1 -0
  40. package/es/customeow/default/icon-text-effect-outline.js +1 -1
  41. package/es/customeow/default/icon-tool-unlocked-outline.js +1 -1
  42. package/es/customeow/index.js +1 -1
  43. package/manifest.json +34 -9
  44. package/package.json +1 -1
  45. package/src/customeow/default/icon-add-group-solid.tsx +1 -7
  46. package/src/customeow/default/icon-basic-solid.tsx +4 -1
  47. package/src/customeow/default/icon-close-ungroup-solid.tsx +1 -7
  48. package/src/customeow/default/icon-column-copy-outline.tsx +40 -0
  49. package/src/customeow/default/icon-column-cut-outline.tsx +40 -0
  50. package/src/customeow/default/icon-column-delete-outline.tsx +44 -0
  51. package/src/customeow/default/icon-column-paste-left-outline.tsx +42 -0
  52. package/src/customeow/default/icon-column-paste-right-outline.tsx +42 -0
  53. package/src/customeow/default/icon-crossword-bicolor-solid.tsx +9 -9
  54. package/src/customeow/default/icon-document-text-solid.tsx +5 -1
  55. package/src/customeow/default/icon-face-cutout-bicolor-solid.tsx +3 -7
  56. package/src/customeow/default/icon-file-font-outline.tsx +1 -3
  57. package/src/customeow/default/icon-file-psd-outline.tsx +1 -3
  58. package/src/customeow/default/icon-folder-production-solid.tsx +39 -0
  59. package/src/customeow/default/icon-insert-column-left-outline.tsx +40 -0
  60. package/src/customeow/default/icon-insert-column-right-outline.tsx +41 -0
  61. package/src/customeow/default/icon-insert-row-above-outline.tsx +40 -0
  62. package/src/customeow/default/icon-insert-row-below-outline.tsx +40 -0
  63. package/src/customeow/default/icon-mask-1-outline.tsx +1 -1
  64. package/src/customeow/default/icon-mask-bicolor-solid.tsx +1 -1
  65. package/src/customeow/default/icon-merge-cells-outline.tsx +34 -0
  66. package/src/customeow/default/icon-number-sorted-outline.tsx +1 -3
  67. package/src/customeow/default/icon-pattern-1-solid.tsx +1 -1
  68. package/src/customeow/default/icon-row-copy-outline.tsx +40 -0
  69. package/src/customeow/default/icon-row-delete-outline.tsx +44 -0
  70. package/src/customeow/default/icon-row-paste-above-outline.tsx +42 -0
  71. package/src/customeow/default/icon-row-paste-below-outline.tsx +42 -0
  72. package/src/customeow/default/icon-row-setting-outline.tsx +46 -0
  73. package/src/customeow/default/icon-scissors-disable-bicolor-solid.tsx +56 -0
  74. package/src/customeow/default/icon-select-group-solid.tsx +34 -0
  75. package/src/customeow/default/icon-split-cells-outline.tsx +38 -0
  76. package/src/customeow/default/icon-svg-outline.tsx +1 -1
  77. package/src/customeow/default/icon-table-close-outline.tsx +34 -0
  78. package/src/customeow/default/icon-table-outline.tsx +36 -0
  79. package/src/customeow/default/icon-table-setting-outline.tsx +42 -0
  80. package/src/customeow/default/icon-text-border-color-outline.tsx +44 -0
  81. package/src/customeow/default/icon-text-case-ag-1-outline.tsx +2 -2
  82. package/src/customeow/default/icon-text-color-2-outline.tsx +48 -0
  83. package/src/customeow/default/icon-text-color-outline.tsx +40 -0
  84. package/src/customeow/default/icon-text-effect-outline.tsx +1 -1
  85. package/src/customeow/default/icon-tool-unlocked-outline.tsx +1 -1
  86. package/src/customeow/index.json +34 -9
  87. package/src/customeow/index.tsx +34 -9
  88. package/types/customeow/default/icon-column-copy-outline.d.ts +3 -0
  89. package/types/customeow/default/icon-column-cut-outline.d.ts +3 -0
  90. package/types/customeow/default/icon-column-delete-outline.d.ts +3 -0
  91. package/types/customeow/default/icon-column-paste-left-outline.d.ts +3 -0
  92. package/types/customeow/default/icon-column-paste-right-outline.d.ts +3 -0
  93. package/types/customeow/default/icon-folder-production-solid.d.ts +3 -0
  94. package/types/customeow/default/icon-insert-column-left-outline.d.ts +3 -0
  95. package/types/customeow/default/icon-insert-column-right-outline.d.ts +3 -0
  96. package/types/customeow/default/icon-insert-row-above-outline.d.ts +3 -0
  97. package/types/customeow/default/icon-insert-row-below-outline.d.ts +3 -0
  98. package/types/customeow/default/icon-merge-cells-outline.d.ts +3 -0
  99. package/types/customeow/default/icon-row-copy-outline.d.ts +3 -0
  100. package/types/customeow/default/icon-row-delete-outline.d.ts +3 -0
  101. package/types/customeow/default/icon-row-paste-above-outline.d.ts +3 -0
  102. package/types/customeow/default/icon-row-paste-below-outline.d.ts +3 -0
  103. package/types/customeow/default/icon-row-setting-outline.d.ts +3 -0
  104. package/types/customeow/default/icon-scissors-disable-bicolor-solid.d.ts +3 -0
  105. package/types/customeow/default/icon-select-group-solid.d.ts +3 -0
  106. package/types/customeow/default/icon-split-cells-outline.d.ts +3 -0
  107. package/types/customeow/default/icon-table-close-outline.d.ts +3 -0
  108. package/types/customeow/default/icon-table-outline.d.ts +3 -0
  109. package/types/customeow/default/icon-table-setting-outline.d.ts +3 -0
  110. package/types/customeow/default/icon-text-border-color-outline.d.ts +3 -0
  111. package/types/customeow/default/icon-text-color-2-outline.d.ts +3 -0
  112. package/types/customeow/default/icon-text-color-outline.d.ts +3 -0
  113. package/types/customeow/index.d.ts +34 -9
@@ -1 +1 @@
1
- import{_ as d,a as C,b as t,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var p=["color"],u=n(function(e,i){var r=e.color,a=r===void 0?"currentColor":r,o=d(e,p),s=o,c=s.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-add-group-solid")}),t("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[l("path",{d:"M11.25 2C11.6642 2 12 2.33579 12 2.75L11.9932 2.85177C11.9435 3.21784 11.6297 3.5 11.25 3.5H8.75C8.33579 3.5 8 3.16421 8 2.75L8.00685 2.64823C8.05651 2.28215 8.37031 2 8.75 2H11.25ZM16.25 7C16.25 7.41421 16.5858 7.75 17 7.75L17.1018 7.74315C17.4678 7.69349 17.75 7.37969 17.75 7V4.75C17.75 3.23122 16.5188 2 15 2H14.75C14.3358 2 14 2.33579 14 2.75L14.0068 2.85177C14.0565 3.21784 14.3703 3.5 14.75 3.5H15C15.6904 3.5 16.25 4.05964 16.25 4.75V7ZM3.75 14.5C3.75 14.0858 3.41421 13.75 3 13.75L2.89823 13.7568C2.53215 13.8065 2.25 14.1203 2.25 14.5V14.75C2.25 16.2688 3.48122 17.5 5 17.5H7.25C7.66421 17.5 8 17.1642 8 16.75L7.99315 16.6482C7.94349 16.2822 7.62969 16 7.25 16H5C4.30964 16 3.75 15.4404 3.75 14.75V14.5ZM3.75 8.5C3.75 8.08579 3.41421 7.75 3 7.75L2.89823 7.75685C2.53215 7.80651 2.25 8.12031 2.25 8.5V11C2.25 11.4142 2.58579 11.75 3 11.75L3.10177 11.7432C3.46784 11.6935 3.75 11.3797 3.75 11V8.5ZM5.25 3.5C5.66421 3.5 6 3.16421 6 2.75L5.99315 2.64823C5.94349 2.28215 5.62969 2 5.25 2H5C3.48122 2 2.25 3.23122 2.25 4.75V5C2.25 5.41421 2.58579 5.75 3 5.75L3.10177 5.74315C3.46784 5.69349 3.75 5.37969 3.75 5V4.75C3.75 4.05964 4.30964 3.5 5 3.5H5.25Z",fill:a}),l("path",{d:"M13.75 17.75C16.0972 17.75 18 15.8472 18 13.5C18 11.1528 16.0972 9.25 13.75 9.25C11.4028 9.25 9.5 11.1528 9.5 13.5C9.5 15.8472 11.4028 17.75 13.75 17.75ZM11.7269 12.8C11.3403 12.8 11.0269 13.1134 11.0269 13.5C11.0269 13.8866 11.3403 14.2 11.7269 14.2H13.05V15.5231C13.05 15.9097 13.3634 16.2231 13.75 16.2231C14.1366 16.2231 14.45 15.9097 14.45 15.5231V14.2H15.7732C16.1598 14.2 16.4732 13.8866 16.4732 13.5C16.4732 13.1134 16.1598 12.8 15.7732 12.8H14.45V11.4768C14.45 11.0902 14.1366 10.7768 13.75 10.7768C13.3634 10.7768 13.05 11.0902 13.05 11.4768V12.8H11.7269Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconAddGroupSolid";export{u as IconAddGroupSolid,u as default};
1
+ import{_ as l,a as r,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var n=["color"],p=C(function(c,i){var e=c.color,s=e===void 0?"currentColor":e,o=l(c,n),d=o,a=d.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-add-group-solid")}),t("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:t("path",{d:"M14 10C16.2091 10 18 11.7909 18 14C18 16.2091 16.2091 18 14 18C11.7909 18 10 16.2091 10 14C10 11.7909 11.7909 10 14 10ZM14 11.4365C13.6362 11.4365 13.3409 11.7319 13.3408 12.0957V13.3408H12.0957C11.7319 13.3409 11.4375 13.6362 11.4375 14C11.4375 14.3638 11.7319 14.6591 12.0957 14.6592H13.3408V15.9043C13.3409 16.2681 13.6362 16.5625 14 16.5625C14.3638 16.5625 14.6591 16.2681 14.6592 15.9043V14.6592H15.9043C16.2681 14.6591 16.5635 14.3638 16.5635 14C16.5635 13.6362 16.2681 13.3409 15.9043 13.3408H14.6592V12.0957C14.6591 11.7319 14.3638 11.4365 14 11.4365ZM8.58594 2.5C9.05001 2.50004 9.49509 2.68454 9.82324 3.0127L11.2373 4.42676C11.2842 4.47361 11.3478 4.49996 11.4141 4.5H16.25C17.2165 4.5 18 5.2835 18 6.25V10.2275L17.8887 10.1113C15.7408 7.96344 12.2592 7.96344 10.1113 10.1113C8.38204 11.8406 8.04631 14.4337 9.10156 16.5H3.75C2.7835 16.5 2 15.7165 2 14.75V4.25C2 3.2835 2.7835 2.5 3.75 2.5H8.58594Z",fill:s})}))});p.displayName="IconAddGroupSolid";export{p as IconAddGroupSolid,p as default};
@@ -1 +1 @@
1
- import{_ as n,a as c,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],m=d(function(r,s){var a=r.color,t=a===void 0?"currentColor":a,o=n(r,p),l=o,e=l.className;return o=c(c({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(e?e+" ":"","customeow-icon customeow-icon-icon-basic-solid")}),i("svg",c(c({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:i("path",{d:"M3 10L10 2L17 10L10 18L3 10Z",fill:t})}))});m.displayName="IconBasicSolid";export{m as IconBasicSolid,m as default};
1
+ import{_ as n,a as c,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],m=d(function(r,s){var a=r.color,t=a===void 0?"currentColor":a,o=n(r,p),l=o,e=l.className;return o=c(c({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(e?e+" ":"","customeow-icon customeow-icon-icon-basic-solid")}),i("svg",c(c({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:i("path",{d:"M3.40333 9.53905L9.4732 2.60206C9.75208 2.28333 10.2479 2.28333 10.5268 2.60206L16.5967 9.53905C16.8276 9.80297 16.8276 10.197 16.5967 10.461L10.5268 17.3979C10.2479 17.7167 9.75208 17.7167 9.4732 17.3979L3.40333 10.461C3.17241 10.197 3.17241 9.80297 3.40333 9.53905Z",fill:t})}))});m.displayName="IconBasicSolid";export{m as IconBasicSolid,m as default};
@@ -1 +1 @@
1
- import{_ as t,a as C,b as n,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var L=["color"],p=d(function(e,a){var r=e.color,l=r===void 0?"currentColor":r,o=t(e,L),i=o,s=i.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(s?s+" ":"","customeow-icon customeow-icon-icon-close-ungroup-solid")}),n("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:[c("path",{d:"M11.25 2C11.6642 2 12 2.33579 12 2.75L11.9932 2.85177C11.9435 3.21784 11.6297 3.5 11.25 3.5H8.75C8.33579 3.5 8 3.16421 8 2.75L8.00685 2.64823C8.05651 2.28215 8.37031 2 8.75 2H11.25ZM16.25 7C16.25 7.41421 16.5858 7.75 17 7.75L17.1018 7.74315C17.4678 7.69349 17.75 7.37969 17.75 7V4.75C17.75 3.23122 16.5188 2 15 2H14.75C14.3358 2 14 2.33579 14 2.75L14.0068 2.85177C14.0565 3.21784 14.3703 3.5 14.75 3.5H15C15.6904 3.5 16.25 4.05964 16.25 4.75V7ZM3 13.75C3.41421 13.75 3.75 14.0858 3.75 14.5V14.75C3.75 15.4404 4.30964 16 5 16H7.25C7.62969 16 7.94349 16.2822 7.99315 16.6482L8 16.75C8 17.1642 7.66421 17.5 7.25 17.5H5C3.48122 17.5 2.25 16.2688 2.25 14.75V14.5C2.25 14.1203 2.53215 13.8065 2.89823 13.7568L3 13.75ZM3.75 8.5C3.75 8.08579 3.41421 7.75 3 7.75L2.89823 7.75685C2.53215 7.80651 2.25 8.12031 2.25 8.5V11C2.25 11.4142 2.58579 11.75 3 11.75L3.10177 11.7432C3.46784 11.6935 3.75 11.3797 3.75 11V8.5ZM6 2.75C6 3.16421 5.66421 3.5 5.25 3.5H5C4.30964 3.5 3.75 4.05964 3.75 4.75V5C3.75 5.37969 3.46784 5.69349 3.10177 5.74315L3 5.75C2.58579 5.75 2.25 5.41421 2.25 5V4.75C2.25 3.23122 3.48122 2 5 2H5.25C5.62969 2 5.94349 2.28215 5.99315 2.64823L6 2.75Z",fill:l}),c("path",{d:"M16.7552 10.4947C18.4149 12.1544 18.4149 14.8454 16.7552 16.5051C15.0955 18.1648 12.4045 18.1648 10.7448 16.5051C9.08507 14.8454 9.08507 12.1544 10.7448 10.4947C12.4045 8.83498 15.0955 8.83498 16.7552 10.4947ZM11.8244 11.5744C12.0978 11.301 12.541 11.301 12.8144 11.5744L13.75 12.51L14.6857 11.5743C14.9591 11.301 15.4023 11.301 15.6757 11.5743C15.949 11.8477 15.949 12.2909 15.6757 12.5643L14.7399 13.5L15.6756 14.4356C15.949 14.709 15.949 15.1522 15.6756 15.4256C15.4022 15.6989 14.959 15.6989 14.6856 15.4256L13.75 14.4899L12.8144 15.4255C12.5411 15.6989 12.0978 15.6989 11.8245 15.4255C11.5511 15.1521 11.5511 14.7089 11.8245 14.4355L12.7601 13.5L11.8244 12.5643C11.551 12.291 11.551 11.8478 11.8244 11.5744Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconCloseUngroupSolid";export{p as IconCloseUngroupSolid,p as default};
1
+ import{_ as C,a as r,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var p=["color"],d=n(function(e,t){var c=e.color,i=c===void 0?"currentColor":c,o=C(e,p),l=o,s=l.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(s?s+" ":"","customeow-icon customeow-icon-icon-close-ungroup-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:"M11.1719 11.1719C12.734 9.60978 15.266 9.60978 16.8281 11.1719C18.3902 12.734 18.3902 15.266 16.8281 16.8281C15.266 18.3902 12.734 18.3902 11.1719 16.8281C9.60978 15.266 9.60978 12.734 11.1719 11.1719ZM8.58594 2.5C9.05001 2.50004 9.49509 2.68454 9.82324 3.0127L11.2373 4.42676C11.2842 4.47361 11.3478 4.49996 11.4141 4.5H16.25C17.2165 4.5 18 5.2835 18 6.25V10.2275L17.8887 10.1113C15.7408 7.96344 12.2592 7.96344 10.1113 10.1113C8.38204 11.8406 8.04631 14.4337 9.10156 16.5H3.75C2.7835 16.5 2 15.7165 2 14.75V4.25C2 3.2835 2.7835 2.5 3.75 2.5H8.58594ZM15.8125 12.1875C15.5553 11.9303 15.1382 11.9304 14.8809 12.1875L14 13.0684L13.1191 12.1875C12.8618 11.9305 12.4447 11.9303 12.1875 12.1875C11.9303 12.4447 11.9305 12.8618 12.1875 13.1191L13.0684 14L12.1875 14.8809C11.9305 15.1382 11.9303 15.5553 12.1875 15.8125C12.4447 16.0697 12.8618 16.0695 13.1191 15.8125L14 14.9316L14.8809 15.8125C15.1382 16.0696 15.5553 16.0697 15.8125 15.8125C16.0697 15.5553 16.0696 15.1382 15.8125 14.8809L14.9316 14L15.8125 13.1191C16.0696 12.8618 16.0697 12.4447 15.8125 12.1875Z",fill:i})}))});d.displayName="IconCloseUngroupSolid";export{d as IconCloseUngroupSolid,d as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,b as C,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as p}from"react";var d=["color"],u=p(function(l,i){var c=l.color,r=c===void 0?"currentColor":c,o=n(l,d),s=o,t=s.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-column-copy-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[a("path",{d:"M14.5 4.25C15.4665 4.25 16.25 5.0335 16.25 6V18C16.25 18.9665 15.4665 19.75 14.5 19.75H9.5C8.5335 19.75 7.75 18.9665 7.75 18V6C7.75 5.0335 8.5335 4.25 9.5 4.25H14.5ZM9.5 5.75C9.36193 5.75 9.25 5.86193 9.25 6V18C9.25 18.1381 9.36193 18.25 9.5 18.25H14.5C14.6381 18.25 14.75 18.1381 14.75 18V6C14.75 5.86193 14.6381 5.75 14.5 5.75H9.5Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}),a("path",{d:"M10.5 0.25C11.4665 0.25 12.25 1.0335 12.25 2V2.75H10.75V2C10.75 1.86193 10.6381 1.75 10.5 1.75H5.5C5.36193 1.75 5.25 1.86193 5.25 2V14C5.25 14.1381 5.36193 14.25 5.5 14.25H6.25V15.75H5.5C4.5335 15.75 3.75 14.9665 3.75 14V2C3.75 1.0335 4.5335 0.25 5.5 0.25H10.5Z",fill:r})]}))});u.displayName="IconColumnCopyOutline";export{u as IconColumnCopyOutline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as e,b as n,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as L}from"react";var u=["color"],d=L(function(C,a){var t=C.color,l=t===void 0?"currentColor":t,o=s(C,u),i=o,c=i.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-column-cut-outline")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:[r("path",{d:"M16.5 1.25C17.4665 1.25 18.25 2.0335 18.25 3V17C18.25 17.9665 17.4665 18.75 16.5 18.75H12.5C11.5335 18.75 10.75 17.9665 10.75 17V14.2979L12.1016 15.0791L12.25 15.1553V17C12.25 17.1381 12.3619 17.25 12.5 17.25H16.5C16.6381 17.25 16.75 17.1381 16.75 17V3C16.75 2.86193 16.6381 2.75 16.5 2.75H12.5C12.3619 2.75 12.25 2.86193 12.25 3V4.95703L12.2236 4.9707L12.1904 4.9873L12.1592 5.00586L10.75 5.81836V3C10.75 2.0335 11.5335 1.25 12.5 1.25H16.5Z",fill:l}),r("path",{d:"M4.21973 4C5.44584 4.00011 6.44043 4.99456 6.44043 6.2207C6.44026 6.89268 6.13992 7.49337 5.66797 7.90039L7.90625 9.19238L12.25 6.68457L12.9092 6.30469L12.9775 6.26953C13.3242 6.11382 13.7394 6.24292 13.9336 6.5791C14.1276 6.91528 14.0317 7.33915 13.7236 7.56152L13.6592 7.60352L9.40625 10.0586L13.6016 12.4814C13.9602 12.6886 14.0831 13.1472 13.876 13.5059C13.6687 13.8641 13.2101 13.9873 12.8516 13.7803L7.90625 10.9248L5.68945 12.2041C6.14905 12.611 6.44043 13.2043 6.44043 13.8662C6.43991 15.0919 5.44552 16.0849 4.21973 16.085C2.9939 16.0847 2.00025 15.0911 2 13.8652C2.00018 13.0086 2.48563 12.2657 3.19629 11.8955L4.25879 11.2988L6.40625 10.0586L4.19336 8.78125L4.1875 8.77832L3.12988 8.15332C3.12811 8.15227 3.12677 8.15048 3.125 8.14941C2.45382 7.76765 2.0002 7.04803 2 6.2207C2 4.99466 2.99374 4.00026 4.21973 4ZM4.21973 13.1445C3.82234 13.1448 3.50026 13.4678 3.5 13.8652C3.50025 14.2626 3.82233 14.5847 4.21973 14.585C4.61725 14.5849 4.94018 14.2627 4.94043 13.8652C4.94017 13.4678 4.61725 13.1446 4.21973 13.1445ZM4.21973 5.5C3.82217 5.50026 3.5 5.82309 3.5 6.2207C3.5003 6.61806 3.82236 6.94017 4.21973 6.94043C4.61722 6.94032 4.94013 6.61815 4.94043 6.2207C4.94043 5.82299 4.61741 5.50011 4.21973 5.5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]}))});d.displayName="IconColumnCutOutline";export{d as IconColumnCutOutline,d as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as e,b as n,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var u=["color"],p=d(function(C,a){var c=C.color,l=c===void 0?"currentColor":c,o=s(C,u),i=o,r=i.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-column-delete-outline")}),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:"M6.5 1.25C7.4665 1.25 8.25 2.0335 8.25 3V5C8.25 5.41421 7.91421 5.75 7.5 5.75C7.08579 5.75 6.75 5.41421 6.75 5V3C6.75 2.86193 6.63807 2.75 6.5 2.75H3.5C3.36193 2.75 3.25 2.86193 3.25 3V17C3.25 17.1381 3.36193 17.25 3.5 17.25H6.5C6.63807 17.25 6.75 17.1381 6.75 17V15.5C6.75 15.0858 7.08579 14.75 7.5 14.75C7.91421 14.75 8.25 15.0858 8.25 15.5V17C8.25 17.9665 7.4665 18.75 6.5 18.75H3.5C2.5335 18.75 1.75 17.9665 1.75 17V3C1.75 2.0335 2.5335 1.25 3.5 1.25H6.5Z",fill:l}),t("path",{d:"M16.5 1.25C17.4665 1.25 18.25 2.0335 18.25 3V17C18.25 17.9665 17.4665 18.75 16.5 18.75H13.5C12.5335 18.75 11.75 17.9665 11.75 17V3C11.75 2.0335 12.5335 1.25 13.5 1.25H16.5ZM13.5 2.75C13.3619 2.75 13.25 2.86193 13.25 3V17C13.25 17.1381 13.3619 17.25 13.5 17.25H16.5C16.6381 17.25 16.75 17.1381 16.75 17V3C16.75 2.86193 16.6381 2.75 16.5 2.75H13.5Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M8.9873 7.70215C9.2802 7.40926 9.75496 7.40926 10.0479 7.70215C10.3407 7.99504 10.3407 8.4698 10.0479 8.7627L8.81055 10L10.0479 11.2373L10.0996 11.2949C10.3396 11.5895 10.3223 12.0234 10.0479 12.2979C9.77338 12.5723 9.3395 12.5896 9.04492 12.3496L8.9873 12.2979L7.75 11.0605L6.5127 12.2979L6.45508 12.3496C6.1605 12.5896 5.72662 12.5723 5.45215 12.2979C5.17767 12.0234 5.16044 11.5895 5.40039 11.2949L5.45215 11.2373L6.68945 10L5.45215 8.7627C5.15926 8.4698 5.15926 7.99504 5.45215 7.70215C5.74504 7.40926 6.2198 7.40926 6.5127 7.70215L7.75 8.93945L8.9873 7.70215Z",fill:l})]}))});p.displayName="IconColumnDeleteOutline";export{p as IconColumnDeleteOutline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as o,b as C,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var u=["color"],p=d(function(l,r){var t=l.color,a=t===void 0?"currentColor":t,e=n(l,u),s=e,c=s.className;return e=o(o({},e),{},{width:"".concat(e.width||e.size||20),height:"".concat(e.height||e.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-column-paste-left-outline")}),C("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{ref:r,children:[i("path",{d:"M8 7.75C8.9665 7.75 9.75 8.5335 9.75 9.5V17.5C9.75 18.4665 8.9665 19.25 8 19.25H5C4.0335 19.25 3.25 18.4665 3.25 17.5V9.5C3.25 8.5335 4.0335 7.75 5 7.75H8ZM5 9.25C4.86193 9.25 4.75 9.36193 4.75 9.5V17.5C4.75 17.6381 4.86193 17.75 5 17.75H8C8.13807 17.75 8.25 17.6381 8.25 17.5V9.5C8.25 9.36193 8.13807 9.25 8 9.25H5Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"}),i("path",{d:"M11 0.75C12.4345 0.75 13.6109 1.84844 13.7373 3.25H15C15.9665 3.25 16.75 4.0335 16.75 5V16.5C16.75 17.4665 15.9665 18.25 15 18.25H11.833C11.4189 18.2498 11.083 17.9141 11.083 17.5C11.083 17.0859 11.4189 16.7502 11.833 16.75H15C15.1381 16.75 15.25 16.6381 15.25 16.5V5C15.25 4.86193 15.1381 4.75 15 4.75H7C6.86193 4.75 6.75 4.86193 6.75 5V5.83301C6.75 6.24722 6.41421 6.58301 6 6.58301C5.58579 6.58301 5.25 6.24722 5.25 5.83301V5C5.25 4.0335 6.0335 3.25 7 3.25H8.2627C8.38906 1.84844 9.56553 0.75 11 0.75ZM11 2.25C10.3953 2.25 9.89124 2.67948 9.77539 3.25H12.2246C12.1088 2.67948 11.6047 2.25 11 2.25Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconColumnPasteLeftOutline";export{p as IconColumnPasteLeftOutline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,b as C,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var u=["color"],p=d(function(l,r){var t=l.color,i=t===void 0?"currentColor":t,o=n(l,u),s=o,a=s.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-column-paste-right-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:r,children:[c("path",{d:"M14.75 7.75C15.7165 7.75 16.5 8.5335 16.5 9.5V17.5C16.5 18.4665 15.7165 19.25 14.75 19.25H11.75C10.7835 19.25 10 18.4665 10 17.5V9.5C10 8.5335 10.7835 7.75 11.75 7.75H14.75ZM11.75 9.25C11.6119 9.25 11.5 9.36193 11.5 9.5V17.5C11.5 17.6381 11.6119 17.75 11.75 17.75H14.75C14.8881 17.75 15 17.6381 15 17.5V9.5C15 9.36193 14.8881 9.25 14.75 9.25H11.75Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"}),c("path",{d:"M8.75 0.75C10.1845 0.75 11.3609 1.84844 11.4873 3.25H12.75C13.7165 3.25 14.5 4.0335 14.5 5V5.83301C14.5 6.24722 14.1642 6.58301 13.75 6.58301C13.3358 6.58301 13 6.24722 13 5.83301V5C13 4.86193 12.8881 4.75 12.75 4.75H4.75C4.61193 4.75 4.5 4.86193 4.5 5V16.5C4.5 16.6381 4.61193 16.75 4.75 16.75H7.91699C8.33106 16.7502 8.66699 17.0859 8.66699 17.5C8.66699 17.9141 8.33106 18.2498 7.91699 18.25H4.75C3.7835 18.25 3 17.4665 3 16.5V5C3 4.0335 3.7835 3.25 4.75 3.25H6.0127C6.13907 1.84844 7.31553 0.75 8.75 0.75ZM8.75 2.25C8.14529 2.25 7.64124 2.67948 7.52539 3.25H9.97461C9.85876 2.67948 9.35471 2.25 8.75 2.25Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconColumnPasteRightOutline";export{p as IconColumnPasteRightOutline,p as default};
@@ -1 +1 @@
1
- import{_ as a,a as e,b as t,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as H}from"react";var n=["color"],p=H(function(i,c){var d=i.color,o=d===void 0?"currentColor":d,C=a(i,n),s=C,r=s.className;return C=e(e({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(r?r+" ":"","customeow-icon customeow-icon-icon-crossword-bicolor-solid")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:c,children:[l("path",{opacity:".4",d:"M2.7 0.599976C1.76112 0.599976 1 1.36109 1 2.29998V7.59998C1 8.53886 1.76112 9.29998 2.7 9.29998H8C8.93888 9.29998 9.7 8.53886 9.7 7.59998V2.29998C9.7 1.36109 8.93888 0.599976 8 0.599976H2.7ZM10.7 11.9999C10.7 11.061 11.4611 10.2999 12.4 10.2999H17.7C18.6388 10.2999 19.4 11.061 19.4 11.9999V17.2999C19.4 18.2388 18.6388 18.9999 17.7 18.9999H12.4C11.4611 18.9999 10.7 18.2388 10.7 17.2999V11.9999Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{d:"M5.80304 2.35892C5.84417 2.38932 5.87498 2.43161 5.89133 2.48007L7.44131 6.85007C7.46057 6.88534 7.47067 6.92487 7.47067 6.96506C7.47067 7.00524 7.46057 7.04481 7.44131 7.08008C7.41973 7.11358 7.39014 7.14117 7.35522 7.16037C7.32031 7.17957 7.28118 7.18977 7.24133 7.19006H6.68134C6.62885 7.18927 6.57781 7.17262 6.53497 7.14227C6.49214 7.11193 6.45948 7.06933 6.44131 7.02008L6.18134 6.26007H4.54132L4.27133 7.02008C4.25317 7.06933 4.22051 7.11193 4.17767 7.14227C4.13484 7.17262 4.0838 7.18927 4.03131 7.19006H3.48132C3.44011 7.18969 3.39958 7.17953 3.36307 7.1604C3.32655 7.14127 3.29511 7.11375 3.27133 7.08008C3.2544 7.04411 3.24561 7.00482 3.24561 6.96506C3.24561 6.9253 3.2544 6.88604 3.27133 6.85007L4.88132 2.48007C4.89766 2.43161 4.92848 2.38932 4.9696 2.35892C5.01073 2.32852 5.0602 2.31147 5.11133 2.31006H5.66132C5.71244 2.31147 5.76191 2.32852 5.80304 2.35892ZM4.89133 5.29007H5.89133L5.37131 3.95007L4.89133 5.29007Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{opacity:".3",d:"M6.67776 14.5945C6.78934 14.5081 6.88137 14.399 6.94778 14.2745C7.03615 14.0905 7.08065 13.8885 7.07779 13.6845C7.08009 13.4394 7.018 13.198 6.89777 12.9845C6.77206 12.7589 6.58007 12.5773 6.34778 12.4645C6.07731 12.332 5.77885 12.2668 5.47778 12.2745H3.95776C3.89146 12.2745 3.82789 12.3008 3.78101 12.3477C3.73412 12.3946 3.70776 12.4582 3.70776 12.5245V16.9045C3.70776 16.9708 3.73412 17.0343 3.78101 17.0812C3.82789 17.1281 3.89146 17.1545 3.95776 17.1545H5.53778C5.86063 17.1655 6.18185 17.104 6.47778 16.9745C6.72008 16.8651 6.92264 16.6834 7.05777 16.4545C7.18358 16.2355 7.24913 15.987 7.24777 15.7345C7.25215 15.4872 7.19367 15.2429 7.07779 15.0245C6.97685 14.8541 6.84041 14.7074 6.67776 14.5945ZM6.23779 15.7345C6.24014 15.7935 6.22871 15.8522 6.20441 15.906C6.18011 15.9598 6.14359 16.0072 6.09778 16.0445C5.93464 16.1583 5.73531 16.2082 5.53778 16.1845H4.73779V15.1845H5.59778C5.72924 15.1778 5.86018 15.2053 5.97778 15.2645C6.07114 15.3099 6.14804 15.3833 6.19778 15.4745C6.23507 15.5557 6.24893 15.6458 6.23779 15.7345ZM4.73779 14.1945V13.2445H5.47778C5.64206 13.2278 5.80652 13.2743 5.93777 13.3745C5.97962 13.4144 6.01279 13.4625 6.03516 13.5159C6.05753 13.5692 6.06863 13.6266 6.06778 13.6845C6.0723 13.7795 6.04789 13.8736 5.99777 13.9545C5.94197 14.0293 5.87025 14.0908 5.78778 14.1345C5.68612 14.1754 5.57736 14.1958 5.46777 14.1945H4.73779Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{d:"M2.7 10.2999C1.76112 10.2999 1 11.061 1 11.9999V17.2999C1 18.2388 1.76112 18.9999 2.7 18.9999H8C8.93888 18.9999 9.7 18.2388 9.7 17.2999V11.9999C9.7 11.061 8.93888 10.2999 8 10.2999H2.7ZM6.94778 14.2745C6.88137 14.399 6.78934 14.5081 6.67776 14.5945C6.84041 14.7074 6.97685 14.8541 7.07779 15.0245C7.19367 15.2429 7.25215 15.4872 7.24777 15.7345C7.24913 15.987 7.18358 16.2355 7.05777 16.4545C6.92264 16.6834 6.72008 16.8651 6.47778 16.9745C6.18185 17.104 5.86063 17.1655 5.53778 17.1545H3.95776C3.89146 17.1545 3.82789 17.1281 3.78101 17.0812C3.73412 17.0343 3.70776 16.9708 3.70776 16.9045V12.5245C3.70776 12.4582 3.73412 12.3946 3.78101 12.3477C3.82789 12.3008 3.89146 12.2745 3.95776 12.2745H5.47778C5.77885 12.2668 6.07731 12.332 6.34778 12.4645C6.58007 12.5773 6.77206 12.7589 6.89777 12.9845C7.018 13.198 7.08009 13.4394 7.07779 13.6845C7.08065 13.8885 7.03615 14.0905 6.94778 14.2745ZM6.20441 15.906C6.22871 15.8522 6.24014 15.7935 6.23779 15.7345C6.24893 15.6458 6.23507 15.5557 6.19778 15.4745C6.14804 15.3833 6.07114 15.3099 5.97778 15.2645C5.86018 15.2053 5.72924 15.1778 5.59778 15.1845H4.73779V16.1845H5.53778C5.73531 16.2082 5.93464 16.1583 6.09778 16.0445C6.14359 16.0072 6.18011 15.9598 6.20441 15.906ZM4.73779 13.2445V14.1945H5.46777C5.57736 14.1958 5.68612 14.1754 5.78778 14.1345C5.87025 14.0907 5.94197 14.0293 5.99777 13.9545C6.04789 13.8736 6.0723 13.7795 6.06778 13.6845C6.06863 13.6266 6.05753 13.5692 6.03516 13.5159C6.01279 13.4625 5.97962 13.4144 5.93777 13.3745C5.80652 13.2743 5.64206 13.2278 5.47778 13.2445H4.73779Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{d:"M16.3721 15.3348H16.9021C16.9348 15.3272 16.9687 15.3268 17.0015 15.3337C17.0343 15.3406 17.0652 15.3546 17.0921 15.3747C17.1159 15.4018 17.1336 15.4337 17.144 15.4682C17.1543 15.5027 17.1571 15.5391 17.1521 15.5747C17.1099 15.8176 17.0253 16.0512 16.9021 16.2648C16.7791 16.4627 16.6236 16.6385 16.4421 16.7847C16.2618 16.9249 16.0589 17.0331 15.8421 17.1047C15.6159 17.1777 15.3797 17.2148 15.1421 17.2147C14.7424 17.2194 14.35 17.1083 14.0121 16.8948C13.675 16.6873 13.407 16.3846 13.2421 16.0248C13.0572 15.6128 12.9617 15.1663 12.9617 14.7147C12.9617 14.2632 13.0572 13.8167 13.2421 13.4047C13.4116 13.0453 13.6784 12.7405 14.0121 12.5248C14.3528 12.3188 14.744 12.2115 15.1421 12.2147C15.3797 12.2147 15.6159 12.2518 15.8421 12.3247C16.0604 12.3928 16.264 12.5013 16.4421 12.6448C16.6259 12.7885 16.7818 12.9648 16.9021 13.1647C17.0253 13.3783 17.1099 13.6119 17.1521 13.8547C17.1571 13.8904 17.1543 13.9268 17.144 13.9613C17.1336 13.9958 17.1159 14.0277 17.0921 14.0548C17.0698 14.0838 17.041 14.1071 17.008 14.1227C16.9749 14.1384 16.9386 14.1459 16.9021 14.1448H16.3721C16.3148 14.1456 16.2591 14.1258 16.2151 14.0892C16.1711 14.0525 16.1416 14.0012 16.1321 13.9447C16.1065 13.8348 16.0626 13.73 16.0021 13.6347C15.9449 13.5441 15.8701 13.4659 15.7821 13.4047C15.6927 13.3442 15.5951 13.2971 15.4921 13.2648C15.3763 13.2442 15.2578 13.2442 15.1421 13.2648C14.9342 13.2607 14.7295 13.3162 14.5521 13.4248C14.3708 13.5448 14.2283 13.7151 14.1421 13.9147C14.0214 14.1814 13.9632 14.4722 13.9721 14.7648C13.9659 15.0571 14.024 15.3473 14.1421 15.6148C14.2283 15.8144 14.3708 15.9847 14.5521 16.1047C14.7295 16.2133 14.9342 16.2688 15.1421 16.2648C15.2605 16.2636 15.3781 16.2468 15.4921 16.2147C15.5957 16.184 15.6936 16.1368 15.7821 16.0747C15.8701 16.0136 15.9449 15.9354 16.0021 15.8447C16.0626 15.7495 16.1065 15.6447 16.1321 15.5347C16.1416 15.4782 16.1711 15.427 16.2151 15.3904C16.2591 15.3537 16.3148 15.334 16.3721 15.3348Z",fill:o})]}))});p.displayName="IconCrosswordBicolorSolid";export{p as IconCrosswordBicolorSolid,p as default};
1
+ import{_ as s,a as e,b as t,j as o}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as H}from"react";var n=["color"],p=H(function(i,d){var r=i.color,l=r===void 0?"currentColor":r,C=s(i,n),a=C,c=a.className;return C=e(e({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-crossword-bicolor-solid")}),t("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:d,children:[o("g",{opacity:".4",fill:l,children:o("path",{d:"M2.7.599976C1.76112.599976 1 1.36109 1 2.29998V7.59998C1 8.53886 1.76112 9.29998 2.7 9.29998H8C8.93888 9.29998 9.7 8.53886 9.7 7.59998V2.29998C9.7 1.36109 8.93888.599976 8 .599976H2.7ZM10.7 11.9999C10.7 11.061 11.4611 10.2999 12.4 10.2999H17.7C18.6388 10.2999 19.4 11.061 19.4 11.9999V17.2999C19.4 18.2388 18.6388 18.9999 17.7 18.9999H12.4C11.4611 18.9999 10.7 18.2388 10.7 17.2999V11.9999Z"})}),o("path",{d:"M5.59766 15.1847C5.72909 15.178 5.85996 15.2057 5.97754 15.2648 6.0709 15.3102 6.14849 15.3836 6.19824 15.4747 6.23539 15.5559 6.2494 15.6459 6.23828 15.7345 6.24062 15.7935 6.2284 15.8526 6.2041 15.9064 6.17982 15.96 6.1433 16.0069 6.09766 16.0441 5.93461 16.1579 5.7355 16.2083 5.53809 16.1847H4.73828V15.1847H5.59766ZM5.47754 13.2443C5.64168 13.2276 5.8063 13.2741 5.9375 13.3741 5.97932 13.414 6.01279 13.4625 6.03516 13.5157 6.05753 13.5691 6.06823 13.6269 6.06738 13.6847 6.07186 13.7795 6.04801 13.8735 5.99805 13.9542 5.94226 14.029 5.87053 14.0912 5.78809 14.1349 5.68643 14.1758 5.57736 14.1958 5.46777 14.1945H4.73828V13.2443H5.47754Z",fill:l}),o("path",{d:"M8 10.2999C8.93888 10.2999 9.7002 11.0612 9.7002 12.0001V17.2999C9.7002 18.2388 8.93888 19.0001 8 19.0001H2.7002C1.76131 19.0001 1 18.2388 1 17.2999V12.0001C1 11.0612 1.76131 10.2999 2.7002 10.2999H8ZM3.95801 12.2745C3.89174 12.2745 3.82813 12.3009 3.78125 12.3478C3.73437 12.3947 3.70801 12.4582 3.70801 12.5245V16.9044C3.70801 16.9707 3.73437 17.0343 3.78125 17.0812C3.82812 17.128 3.89175 17.1544 3.95801 17.1544H5.53809C5.86073 17.1654 6.18178 17.1041 6.47754 16.9747C6.71984 16.8653 6.92249 16.6832 7.05762 16.4542C7.18337 16.2353 7.2494 15.987 7.24805 15.7345C7.25242 15.4873 7.19394 15.2429 7.07812 15.0245C6.97722 14.8542 6.84031 14.7078 6.67773 14.5948C6.78931 14.5084 6.88183 14.3991 6.94824 14.2745C7.03653 14.0907 7.08095 13.8886 7.07812 13.6847C7.08043 13.4396 7.0177 13.1981 6.89746 12.9845C6.77175 12.7589 6.57991 12.5768 6.34766 12.464C6.07726 12.3316 5.7785 12.2669 5.47754 12.2745H3.95801Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),o("path",{opacity:".3",d:"M6.67776 14.5945C6.78934 14.5081 6.88137 14.399 6.94778 14.2745C7.03615 14.0905 7.08065 13.8885 7.07779 13.6845C7.08009 13.4394 7.018 13.198 6.89777 12.9845C6.77206 12.7589 6.58007 12.5773 6.34778 12.4645C6.07731 12.332 5.77885 12.2668 5.47778 12.2745H3.95776C3.89146 12.2745 3.82789 12.3008 3.78101 12.3477C3.73412 12.3946 3.70776 12.4582 3.70776 12.5245V16.9045C3.70776 16.9708 3.73412 17.0343 3.78101 17.0812C3.82789 17.1281 3.89146 17.1545 3.95776 17.1545H5.53778C5.86063 17.1655 6.18185 17.104 6.47778 16.9745C6.72008 16.8651 6.92264 16.6834 7.05777 16.4545C7.18358 16.2355 7.24913 15.987 7.24777 15.7345C7.25215 15.4872 7.19367 15.2429 7.07779 15.0245C6.97685 14.8541 6.84041 14.7074 6.67776 14.5945ZM6.23779 15.7345C6.24014 15.7935 6.22871 15.8522 6.20441 15.906C6.18011 15.9598 6.14359 16.0072 6.09778 16.0445C5.93464 16.1583 5.73531 16.2082 5.53778 16.1845H4.73779V15.1845H5.59778C5.72924 15.1778 5.86018 15.2053 5.97778 15.2645C6.07114 15.3099 6.14804 15.3833 6.19778 15.4745C6.23507 15.5557 6.24893 15.6458 6.23779 15.7345ZM4.73779 14.1945V13.2445H5.47778C5.64206 13.2278 5.80652 13.2743 5.93777 13.3745C5.97962 13.4144 6.01279 13.4625 6.03516 13.5159C6.05753 13.5692 6.06863 13.6266 6.06778 13.6845C6.0723 13.7795 6.04789 13.8736 5.99777 13.9545C5.94197 14.0293 5.87025 14.0908 5.78778 14.1345C5.68612 14.1754 5.57736 14.1958 5.46777 14.1945H4.73779Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),o("path",{d:"M15.1426 12.2148C15.38 12.2149 15.6158 12.2523 15.8418 12.3252C16.0601 12.3932 16.2643 12.5011 16.4424 12.6445C16.6262 12.7883 16.7821 12.9651 16.9023 13.165C17.0254 13.3784 17.1102 13.6118 17.1523 13.8545C17.1573 13.8901 17.1539 13.9265 17.1436 13.9609C17.1332 13.9955 17.1156 14.0276 17.0918 14.0547C17.0696 14.0837 17.0408 14.1074 17.0078 14.123C16.9749 14.1386 16.9387 14.1457 16.9023 14.1445H16.3721C16.3148 14.1453 16.2589 14.1255 16.2148 14.0889C16.171 14.0522 16.1414 14.0007 16.1318 13.9443C16.1063 13.8346 16.0624 13.7299 16.002 13.6348C15.9448 13.5442 15.8702 13.4654 15.7822 13.4043C15.6929 13.3438 15.5951 13.297 15.4922 13.2646C15.3766 13.2441 15.2582 13.2442 15.1426 13.2646C14.9347 13.2606 14.7291 13.3163 14.5518 13.4248C14.3705 13.5449 14.2287 13.7155 14.1426 13.915C14.0219 14.1817 13.9628 14.4721 13.9717 14.7646C13.9655 15.057 14.0245 15.3477 14.1426 15.6152C14.2287 15.8145 14.3708 15.9846 14.5518 16.1045C14.7291 16.213 14.9347 16.2687 15.1426 16.2646C15.2608 16.2635 15.3784 16.2469 15.4922 16.2148C15.5957 16.1842 15.6938 16.1372 15.7822 16.0752C15.8702 16.014 15.9448 15.9353 16.002 15.8447C16.0624 15.7496 16.1063 15.6449 16.1318 15.5352C16.1414 15.4788 16.171 15.4273 16.2148 15.3906C16.2589 15.354 16.3148 15.3342 16.3721 15.335H16.9023C16.935 15.3274 16.9692 15.3271 17.002 15.334C17.0346 15.3409 17.0651 15.355 17.0918 15.375C17.1155 15.4019 17.1332 15.4334 17.1436 15.4678C17.1539 15.5023 17.1574 15.5395 17.1523 15.5752C17.1101 15.8179 17.0254 16.0513 16.9023 16.2646C16.7794 16.4626 16.6239 16.639 16.4424 16.7852C16.2621 16.9253 16.0586 17.0329 15.8418 17.1045C15.6158 17.1773 15.38 17.2148 15.1426 17.2148C14.7429 17.2195 14.3496 17.1081 14.0117 16.8945C13.6748 16.6871 13.4071 16.3841 13.2422 16.0244C13.0574 15.6125 12.9619 15.1663 12.9619 14.7148C12.9619 14.2633 13.0573 13.8163 13.2422 13.4043C13.4117 13.0451 13.6782 12.7401 14.0117 12.5244C14.3524 12.3185 14.7445 12.2116 15.1426 12.2148Z",fill:l}),o("path",{d:"M5.66113 2.30957C5.71226 2.31098 5.76161 2.32898 5.80273 2.35938C5.84385 2.38977 5.87526 2.43202 5.8916 2.48047L7.44141 6.84961C7.46063 6.88482 7.47067 6.92473 7.4707 6.96484C7.4707 7.00501 7.46065 7.04482 7.44141 7.08008C7.41988 7.11349 7.39026 7.14096 7.35547 7.16016C7.32055 7.17936 7.28106 7.19014 7.24121 7.19043H6.68164C6.62926 7.18964 6.57794 7.1728 6.53516 7.14258C6.49244 7.11232 6.4596 7.06959 6.44141 7.02051L6.18164 6.25977H4.54102L4.27148 7.02051C4.2533 7.06962 4.22048 7.1123 4.17773 7.14258C4.13492 7.17288 4.0837 7.18964 4.03125 7.19043H3.48145C3.44025 7.19005 3.39978 7.17926 3.36328 7.16016C3.32679 7.14104 3.29526 7.11371 3.27148 7.08008C3.25455 7.04411 3.24512 7.0046 3.24512 6.96484C3.24515 6.92516 3.25458 6.88552 3.27148 6.84961L4.88086 2.48047C4.89719 2.43206 4.92867 2.38977 4.96973 2.35938C5.01085 2.32898 5.0602 2.31098 5.11133 2.30957H5.66113ZM4.8916 5.29004H5.8916L5.37109 3.9502L4.8916 5.29004Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconCrosswordBicolorSolid";export{p as IconCrosswordBicolorSolid,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};
@@ -1 +1 @@
1
- import{_ as s,a as C,b as d,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var u=["color"],p=n(function(e,r){var c=e.color,l=c===void 0?"currentColor":c,o=s(e,u),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-face-cutout-bicolor-solid")}),d("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:r,children:[t("path",{opacity:".5",d:"M2.5 1C1.67157 1 1 1.67157 1 2.5V4.6H3.83766C4.07484 4.32954 4.32955 4.07482 4.6 3.83762V1H2.5ZM11.8002 2.00466C11.221 1.87484 10.6186 1.80634 10.0003 1.80634C9.38185 1.80634 8.77943 1.87485 8.2002 2.00469V1H11.8002V2.00466ZM16.1629 4.6C15.9256 4.32949 15.6709 4.07473 15.4004 3.8375V1H17.5004C18.3288 1 19.0004 1.67157 19.0004 2.5V4.6H16.1629ZM17.9955 11.8001C18.1254 11.2208 18.1939 10.6184 18.1939 9.99996C18.1939 9.38161 18.1254 8.77925 17.9956 8.20007H19.0004V11.8001H17.9955ZM15.4004 16.1624C15.6709 15.9252 15.9256 15.6705 16.1628 15.4H19.0004V17.5C19.0004 18.3285 18.3288 19 17.5004 19H15.4004V16.1624ZM8.2002 17.9952C8.77943 18.1251 9.38185 18.1936 10.0003 18.1936C10.6186 18.1936 11.221 18.1251 11.8002 17.9953V19H8.2002V17.9952ZM3.83775 15.4C4.07491 15.6704 4.32958 15.9251 4.6 16.1623V19H2.5C1.67157 19 1 18.3285 1 17.5V15.4H3.83775ZM2.00496 8.20007C1.87514 8.77925 1.80664 9.38161 1.80664 9.99996C1.80664 10.6184 1.87516 11.2208 2.00501 11.8001H1V8.20007H2.00496Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M10.0003 3.35634C6.33109 3.35634 3.35664 6.33079 3.35664 9.99996C3.35664 13.6691 6.33109 16.6436 10.0003 16.6436C13.6694 16.6436 16.6439 13.6691 16.6439 9.99996C16.6439 6.33079 13.6694 3.35634 10.0003 3.35634ZM1.80664 9.99996C1.80664 5.47474 5.47505 1.80634 10.0003 1.80634C14.5255 1.80634 18.1939 5.47474 18.1939 9.99996C18.1939 14.5252 14.5255 18.1936 10.0003 18.1936C5.47505 18.1936 1.80664 14.5252 1.80664 9.99996ZM6.92474 7.36157C7.02188 7.1673 7.29945 6.75208 7.8365 6.75208C8.37355 6.75208 8.65112 7.1673 8.74825 7.36157C8.86856 7.60218 8.92061 7.88036 8.92061 8.1453C8.92061 8.41025 8.86856 8.68842 8.74825 8.92904C8.65112 9.1233 8.37355 9.53852 7.8365 9.53852C7.29945 9.53852 7.02188 9.1233 6.92474 8.92904C6.80444 8.68842 6.75239 8.41025 6.75239 8.1453C6.75239 7.88036 6.80444 7.60218 6.92474 7.36157ZM11.2523 7.36157C11.3494 7.1673 11.627 6.75208 12.164 6.75208C12.7011 6.75208 12.9787 7.1673 13.0758 7.36157C13.1961 7.60218 13.2481 7.88036 13.2481 8.1453C13.2481 8.41025 13.1961 8.68842 13.0758 8.92904C12.9787 9.1233 12.7011 9.53852 12.164 9.53852C11.627 9.53852 11.3494 9.1233 11.2523 8.92904C11.132 8.68842 11.0799 8.41025 11.0799 8.1453C11.0799 7.88036 11.132 7.60218 11.2523 7.36157ZM6.82938 12.0748C7.13203 11.7722 7.62274 11.7722 7.92539 12.0748C9.07131 13.2208 10.9292 13.2208 12.0751 12.0748C12.3778 11.7722 12.8685 11.7722 13.1712 12.0748C13.4738 12.3775 13.4738 12.8682 13.1712 13.1708C11.4199 14.9221 8.58061 14.9221 6.82938 13.1708C6.52672 12.8682 6.52672 12.3775 6.82938 12.0748Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconFaceCutoutBicolorSolid";export{p as IconFaceCutoutBicolorSolid,p as default};
1
+ import{_ as s,a as C,b as d,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var u=["color"],p=n(function(e,l){var r=e.color,t=r===void 0?"currentColor":r,o=s(e,u),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-face-cutout-bicolor-solid")}),d("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:[c("g",{opacity:".5",fill:t,children:c("path",{d:"M2.5 1C1.67157 1 1 1.67157 1 2.5V4.6H3.83766C4.07484 4.32954 4.32955 4.07482 4.6 3.83762V1H2.5ZM11.8002 2.00466C11.221 1.87484 10.6186 1.80634 10.0003 1.80634 9.38185 1.80634 8.77943 1.87485 8.2002 2.00469V1H11.8002V2.00466ZM16.1629 4.6C15.9256 4.32949 15.6709 4.07473 15.4004 3.8375V1H17.5004C18.3288 1 19.0004 1.67157 19.0004 2.5V4.6H16.1629ZM17.9955 11.8001C18.1254 11.2208 18.1939 10.6184 18.1939 9.99996 18.1939 9.38161 18.1254 8.77925 17.9956 8.20007H19.0004V11.8001H17.9955ZM15.4004 16.1624C15.6709 15.9252 15.9256 15.6705 16.1628 15.4H19.0004V17.5C19.0004 18.3285 18.3288 19 17.5004 19H15.4004V16.1624ZM8.2002 17.9952C8.77943 18.1251 9.38185 18.1936 10.0003 18.1936 10.6186 18.1936 11.221 18.1251 11.8002 17.9953V19H8.2002V17.9952ZM3.83775 15.4C4.07491 15.6704 4.32958 15.9251 4.6 16.1623V19H2.5C1.67157 19 1 18.3285 1 17.5V15.4H3.83775ZM2.00496 8.20007C1.87514 8.77925 1.80664 9.38161 1.80664 9.99996 1.80664 10.6184 1.87516 11.2208 2.00501 11.8001H1V8.20007H2.00496Z"})}),c("path",{d:"M10.0003 3.35634C6.33109 3.35634 3.35664 6.33079 3.35664 9.99996C3.35664 13.6691 6.33109 16.6436 10.0003 16.6436C13.6694 16.6436 16.6439 13.6691 16.6439 9.99996C16.6439 6.33079 13.6694 3.35634 10.0003 3.35634ZM1.80664 9.99996C1.80664 5.47474 5.47505 1.80634 10.0003 1.80634C14.5255 1.80634 18.1939 5.47474 18.1939 9.99996C18.1939 14.5252 14.5255 18.1936 10.0003 18.1936C5.47505 18.1936 1.80664 14.5252 1.80664 9.99996ZM6.92474 7.36157C7.02188 7.1673 7.29945 6.75208 7.8365 6.75208C8.37355 6.75208 8.65112 7.1673 8.74825 7.36157C8.86856 7.60218 8.92061 7.88036 8.92061 8.1453C8.92061 8.41025 8.86856 8.68842 8.74825 8.92904C8.65112 9.1233 8.37355 9.53852 7.8365 9.53852C7.29945 9.53852 7.02188 9.1233 6.92474 8.92904C6.80444 8.68842 6.75239 8.41025 6.75239 8.1453C6.75239 7.88036 6.80444 7.60218 6.92474 7.36157ZM11.2523 7.36157C11.3494 7.1673 11.627 6.75208 12.164 6.75208C12.7011 6.75208 12.9787 7.1673 13.0758 7.36157C13.1961 7.60218 13.2481 7.88036 13.2481 8.1453C13.2481 8.41025 13.1961 8.68842 13.0758 8.92904C12.9787 9.1233 12.7011 9.53852 12.164 9.53852C11.627 9.53852 11.3494 9.1233 11.2523 8.92904C11.132 8.68842 11.0799 8.41025 11.0799 8.1453C11.0799 7.88036 11.132 7.60218 11.2523 7.36157ZM6.82938 12.0748C7.13203 11.7722 7.62274 11.7722 7.92539 12.0748C9.07131 13.2208 10.9292 13.2208 12.0751 12.0748C12.3778 11.7722 12.8685 11.7722 13.1712 12.0748C13.4738 12.3775 13.4738 12.8682 13.1712 13.1708C11.4199 14.9221 8.58061 14.9221 6.82938 13.1708C6.52672 12.8682 6.52672 12.3775 6.82938 12.0748Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconFaceCutoutBicolorSolid";export{p as IconFaceCutoutBicolorSolid,p as default};
@@ -1 +1 @@
1
- import{_ as n,a as e,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as s}from"react";var d=["color"],p=s(function(t,c){var i=t.color,C=i===void 0?"currentColor":i,o=n(t,d),a=o,l=a.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-file-font-outline")}),r("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:r("path",{d:"M4.6875 1.125C3.75552 1.125 3 1.88052 3 2.8125V17.1875C3 18.1195 3.75552 18.875 4.6875 18.875H15.3125C16.2445 18.875 17 18.1195 17 17.1875V9.375C17 4.81865 13.3063 1.125 8.75 1.125H4.6875ZM4.6875 2.625C4.58395 2.625 4.5 2.70895 4.5 2.8125V17.1875C4.5 17.2911 4.58395 17.375 4.6875 17.375H15.3125C15.4161 17.375 15.5 17.2911 15.5 17.1875V9.6875C15.5 8.54841 14.5766 7.625 13.4375 7.625H12.1875C11.2555 7.625 10.5 6.86948 10.5 5.9375V4.6875C10.5 3.54841 9.57659 2.625 8.4375 2.625H4.6875ZM11.7259 3.31472C11.9025 3.73721 12 4.20096 12 4.6875V5.9375C12 6.04105 12.0839 6.125 12.1875 6.125H13.4375C13.924 6.125 14.3878 6.22253 14.8103 6.39911C14.1521 5.06119 13.0638 3.97295 11.7259 3.31472ZM11.4885 14.5499L10.931 13.1671C10.9274 13.1582 10.9191 13.1525 10.91 13.1525H9.11675C9.10761 13.1525 9.09936 13.1582 9.09578 13.167L8.53391 14.5534C8.44974 14.7611 8.25428 14.8955 8.0384 14.8955C7.65523 14.8955 7.39318 14.4891 7.54265 14.1191L9.50958 9.25022C9.69822 8.78326 10.3342 8.78326 10.5228 9.25022L12.4746 14.1643C12.4746 14.1643 12.6679 14.7858 11.988 14.8955C11.7727 14.9302 11.573 14.7596 11.4885 14.5499ZM10.4663 12.0999H9.56279C9.54644 12.0999 9.5354 12.0823 9.54181 12.0665L9.93162 11.1047C9.96317 11.0269 10.0681 11.027 10.0995 11.1049L10.4872 12.0666C10.4936 12.0824 10.4826 12.0999 10.4663 12.0999Z",fill:C,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconFileFontOutline";export{p as IconFileFontOutline,p as default};
1
+ import{_ as n,a as e,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as s}from"react";var p=["color"],d=s(function(t,C){var r=t.color,a=r===void 0?"currentColor":r,o=n(t,p),l=o,c=l.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-file-font-outline")}),i("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:C,children:i("path",{d:"M8.75 1.125C13.3063 1.125 17 4.81865 17 9.375V17.1875C17 18.1195 16.2445 18.875 15.3125 18.875H4.6875C3.75552 18.875 3 18.1195 3 17.1875V2.8125C3 1.88052 3.75552 1.125 4.6875 1.125H8.75ZM4.6875 2.625C4.58395 2.625 4.5 2.70895 4.5 2.8125V17.1875C4.5 17.2911 4.58395 17.375 4.6875 17.375H15.3125C15.4161 17.375 15.5 17.2911 15.5 17.1875V9.6875C15.5 8.54841 14.5766 7.625 13.4375 7.625H12.1875C11.2555 7.625 10.5 6.86948 10.5 5.9375V4.6875C10.5 3.54841 9.57659 2.625 8.4375 2.625H4.6875ZM9.50977 9.25C9.69849 8.7834 10.3337 8.78343 10.5225 9.25L12.4746 14.1641C12.4746 14.1641 12.6679 14.7857 11.9883 14.8955C11.773 14.9302 11.5728 14.7595 11.4883 14.5498L10.9307 13.167C10.9271 13.1583 10.9192 13.1524 10.9102 13.1523H9.11719C9.10805 13.1523 9.09929 13.1582 9.0957 13.167L8.53418 14.5537C8.44996 14.7613 8.2539 14.8955 8.03809 14.8955C7.65508 14.8953 7.39353 14.489 7.54297 14.1191L9.50977 9.25ZM10.0996 11.1045C10.0681 11.0269 9.96323 11.0269 9.93164 11.1045L9.54199 12.0664C9.53562 12.0821 9.54631 12.0994 9.5625 12.0996H10.4658C10.4822 12.0996 10.4937 12.0822 10.4873 12.0664L10.0996 11.1045ZM11.7256 3.31445C11.9022 3.73694 12 4.20096 12 4.6875V5.9375C12 6.04105 12.0839 6.125 12.1875 6.125H13.4375C13.924 6.125 14.3881 6.22283 14.8105 6.39941C14.1523 5.06149 13.0635 3.97268 11.7256 3.31445Z",fill:a})}))});d.displayName="IconFileFontOutline";export{d as IconFileFontOutline,d as default};
@@ -1 +1 @@
1
- import{_ as a,a as e,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(C,c){var i=C.color,t=i===void 0?"currentColor":i,o=a(C,d),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-file-psd-outline")}),r("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:r("path",{d:"M4.6875 1.125C3.75552 1.125 3 1.88052 3 2.8125V17.1875C3 18.1195 3.75552 18.875 4.6875 18.875H15.3125C16.2445 18.875 17 18.1195 17 17.1875V9.375C17 4.81865 13.3063 1.125 8.75 1.125H4.6875ZM4.6875 2.625C4.58395 2.625 4.5 2.70895 4.5 2.8125V17.1875C4.5 17.2911 4.58395 17.375 4.6875 17.375H15.3125C15.4161 17.375 15.5 17.2911 15.5 17.1875V9.6875C15.5 8.54841 14.5766 7.625 13.4375 7.625H12.1875C11.2555 7.625 10.5 6.86948 10.5 5.9375V4.6875C10.5 3.54841 9.57659 2.625 8.4375 2.625H4.6875ZM11.7259 3.31472C11.9025 3.73721 12 4.20096 12 4.6875V5.9375C12 6.04105 12.0839 6.125 12.1875 6.125H13.4375C13.924 6.125 14.3878 6.22253 14.8103 6.39911C14.1521 5.06119 13.0638 3.97295 11.7259 3.31472ZM7.03964 9.06885C6.7635 9.06885 6.53964 9.29271 6.53964 9.56885V14.774C6.53964 15.0501 6.7635 15.274 7.03964 15.274C7.31578 15.274 7.53964 15.0501 7.53964 14.774V13.155H7.86254C8.9909 13.155 9.90561 12.2403 9.90561 11.1119C9.90561 9.98356 8.9909 9.06885 7.86254 9.06885H7.03964ZM7.86254 12.155H7.53964V10.0688H7.86254C8.43861 10.0688 8.90561 10.5358 8.90561 11.1119C8.90561 11.688 8.43861 12.155 7.86254 12.155ZM11.6956 10.1354C12.0814 10.0665 12.4663 10.2603 12.6407 10.6112L12.698 10.7265C12.8208 10.9738 13.1209 11.0747 13.3682 10.9518C13.6155 10.8289 13.7164 10.5288 13.5935 10.2815L13.5362 10.1662C13.1642 9.41752 12.3429 9.00396 11.5198 9.15093C10.7842 9.28229 10.2421 9.91255 10.2223 10.6596L10.2162 10.8861C10.1911 11.8347 10.8945 12.6456 11.8373 12.7545L11.9713 12.77C12.3362 12.8122 12.6041 13.1328 12.5807 13.4994L12.5786 13.5324C12.5565 13.8771 12.2705 14.1454 11.9251 14.1454H11.728C11.4297 14.1454 11.1635 13.9576 11.0635 13.6765C10.9709 13.4164 10.6849 13.2805 10.4248 13.3731C10.1646 13.4657 10.0288 13.7517 10.1214 14.0118C10.3633 14.6915 11.0066 15.1454 11.728 15.1454H11.9251C12.798 15.1454 13.5208 14.4673 13.5765 13.5962L13.5786 13.5632C13.636 12.6653 12.9799 11.8799 12.0861 11.7766L11.9521 11.7611C11.5239 11.7117 11.2045 11.3434 11.2159 10.9126L11.2219 10.6861C11.2291 10.4134 11.427 10.1833 11.6956 10.1354Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconFilePsdOutline";export{p as IconFilePsdOutline,p as default};
1
+ import{_ as l,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,i){var r=e.color,s=r===void 0?"currentColor":r,o=l(e,d),a=o,t=a.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(t?t+" ":"","customeow-icon customeow-icon-icon-file-psd-outline")}),c("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:c("path",{d:"M8.75 1.125C13.3063 1.125 17 4.81865 17 9.375V17.1875C17 18.1195 16.2445 18.875 15.3125 18.875H4.6875C3.75552 18.875 3 18.1195 3 17.1875V2.8125C3 1.88052 3.75552 1.125 4.6875 1.125H8.75ZM4.6875 2.625C4.58395 2.625 4.5 2.70895 4.5 2.8125V17.1875C4.5 17.2911 4.58395 17.375 4.6875 17.375H15.3125C15.4161 17.375 15.5 17.2911 15.5 17.1875V9.6875C15.5 8.54841 14.5766 7.625 13.4375 7.625H12.1875C11.2555 7.625 10.5 6.86948 10.5 5.9375V4.6875C10.5 3.54841 9.57659 2.625 8.4375 2.625H4.6875ZM7.8623 9.06934C8.99066 9.06934 9.90527 9.98394 9.90527 11.1123C9.90507 12.2405 8.99054 13.1553 7.8623 13.1553H7.54004V14.7744C7.5398 15.0502 7.31585 15.2742 7.04004 15.2744C6.76404 15.2744 6.54027 15.0504 6.54004 14.7744V9.56934C6.54004 9.29319 6.7639 9.06934 7.04004 9.06934H7.8623ZM11.5195 9.15137C12.3425 9.00442 13.1641 9.41743 13.5361 10.166L13.5938 10.2812C13.7166 10.5285 13.6155 10.8293 13.3682 10.9521C13.121 11.0749 12.8211 10.9737 12.6982 10.7266L12.6406 10.6113C12.4663 10.2604 12.0811 10.0669 11.6953 10.1357C11.4269 10.1838 11.2289 10.4139 11.2217 10.6865L11.2158 10.9131C11.2046 11.3437 11.5242 11.7113 11.9521 11.7607L12.0859 11.7764C12.9797 11.8796 13.6365 12.6656 13.5791 13.5635L13.5762 13.5957C13.5205 14.4668 12.7977 15.1455 11.9248 15.1455H11.7285C11.0071 15.1455 10.363 14.6914 10.1211 14.0117C10.0286 13.7516 10.1647 13.4656 10.4248 13.373C10.6849 13.2805 10.9709 13.4166 11.0635 13.6768C11.1636 13.9578 11.4302 14.1455 11.7285 14.1455H11.9248C12.2702 14.1455 12.5561 13.8769 12.5781 13.5322L12.5811 13.499C12.6042 13.1327 12.3363 12.8118 11.9717 12.7695L11.8369 12.7549C10.8943 12.6458 10.1906 11.8343 10.2158 10.8857L10.2227 10.6592C10.2427 9.91245 10.7842 9.28285 11.5195 9.15137ZM7.54004 12.1553H7.8623C8.43825 12.1553 8.90507 11.6882 8.90527 11.1123C8.90527 10.5362 8.43838 10.0693 7.8623 10.0693H7.54004V12.1553ZM11.7256 3.31445C11.9022 3.73694 12 4.20096 12 4.6875V5.9375C12 6.04105 12.0839 6.125 12.1875 6.125H13.4375C13.924 6.125 14.3881 6.22283 14.8105 6.39941C14.1523 5.06149 13.0635 3.97268 11.7256 3.31445Z",fill:s})}))});p.displayName="IconFilePsdOutline";export{p as IconFilePsdOutline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as l,a as r,b as d,j as i}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var p=["color"],f=n(function(C,a){var c=C.color,e=c===void 0?"currentColor":c,o=l(C,p),s=o,t=s.className;return o=r(r({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(t?t+" ":"","customeow-icon customeow-icon-icon-folder-production-solid")}),d("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:[i("path",{d:"M6.67188 3C7.2022 3.00008 7.71094 3.21094 8.08594 3.58594L10.4141 5.91406C10.7891 6.28906 11.2978 6.49992 11.8281 6.5H16.5C17.6046 6.5 18.5 7.39543 18.5 8.5V16C18.5 17.1046 17.6046 18 16.5 18H3.5C2.39543 18 1.5 17.1046 1.5 16V5C1.5 3.89543 2.39543 3 3.5 3H6.67188ZM9.68164 8.53711C9.41926 8.49162 9.15864 8.48843 8.9082 8.52246C8.72209 8.54799 8.64724 8.75866 8.75488 8.91016L9.66211 10.1846C9.72032 10.2666 9.72963 10.3747 9.6748 10.459C9.4395 10.8205 9.06559 11.0779 8.63965 11.1719C8.54029 11.1936 8.44024 11.1474 8.38184 11.0654L7.47461 9.79199C7.36665 9.6404 7.13976 9.63817 7.05176 9.80176C6.93357 10.0215 6.84705 10.2625 6.80078 10.5205C6.56232 11.8501 7.16616 12.6972 8.51855 12.9316C8.53224 12.934 8.54584 12.9371 8.55957 12.9395C9.06923 13.0275 9.60568 13.1199 9.88867 13.6055C10.0112 13.8157 10.0947 14.1227 10.1758 14.4238C10.2537 14.7131 10.3298 14.9968 10.4385 15.1836C10.6605 15.5647 11.0435 15.83 11.4834 15.9062C12.302 16.0481 13.0832 15.51 13.2275 14.7051C13.305 14.2727 13.1827 13.8285 12.8945 13.4932C12.7532 13.3288 12.5078 13.1612 12.2578 12.9902C11.9978 12.8124 11.7323 12.6304 11.5732 12.4453C11.2063 12.0178 11.3014 11.4901 11.3916 10.9893C11.394 10.9759 11.3961 10.9625 11.3984 10.9492C11.6369 9.61963 11.0339 8.77159 9.68164 8.53711ZM11.7168 13.7402C12.0173 13.7923 12.218 14.0737 12.165 14.3691C12.112 14.6645 11.8258 14.8616 11.5254 14.8096C11.2249 14.7575 11.0243 14.4761 11.0771 14.1807C11.1301 13.8853 11.4163 13.6882 11.7168 13.7402Z",fill:e}),i("path",{opacity:".5",d:"M10 3H15.8008C16.9054 3 17.8008 3.89543 17.8008 5H12.4142C12.149 5 11.8946 4.89464 11.7071 4.70711L10 3Z",fill:e})]}))});f.displayName="IconFolderProductionSolid";export{f as IconFolderProductionSolid,f as default};
@@ -0,0 +1 @@
1
+ import{_ as a,a as e,b as C,j as s}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var u=["color"],f=d(function(t,i){var l=t.color,r=l===void 0?"currentColor":l,o=a(t,u),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-insert-column-left-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[s("path",{d:"M16.5 1.25C17.4665 1.25 18.25 2.0335 18.25 3V17C18.25 17.9665 17.4665 18.75 16.5 18.75H5.5C4.5335 18.75 3.75 17.9665 3.75 17V16L3.75391 15.9229C3.79253 15.5449 4.11183 15.25 4.5 15.25C4.88817 15.25 5.20747 15.5449 5.24609 15.9229L5.25 16V17C5.25 17.1381 5.36193 17.25 5.5 17.25H10V2.75H5.5C5.36193 2.75 5.25 2.86193 5.25 3V4C5.25 4.41421 4.91421 4.75 4.5 4.75C4.08579 4.75 3.75 4.41421 3.75 4V3C3.75 2.0335 4.5335 1.25 5.5 1.25H16.5ZM11.5 17.25H16.5C16.6381 17.25 16.75 17.1381 16.75 17V3C16.75 2.86193 16.6381 2.75 16.5 2.75H11.5V17.25Z",fill:r,fillRule:"evenodd",clipRule:"evenodd"}),s("path",{d:"M3.25 6.75C3.66421 6.75 4 7.08579 4 7.5V9.25H5.75L5.82715 9.25391C6.20512 9.29253 6.5 9.61183 6.5 10C6.5 10.3882 6.20512 10.7075 5.82715 10.7461L5.75 10.75H4V12.5L3.99609 12.5771C3.95747 12.9551 3.63817 13.25 3.25 13.25C2.86183 13.25 2.54253 12.9551 2.50391 12.5771L2.5 12.5V10.75H0.75C0.335786 10.75 0 10.4142 0 10C0 9.58579 0.335786 9.25 0.75 9.25H2.5V7.5C2.5 7.08579 2.83579 6.75 3.25 6.75Z",fill:r})]}))});f.displayName="IconInsertColumnLeftOutline";export{f as IconInsertColumnLeftOutline,f as default};
@@ -0,0 +1 @@
1
+ import{_ as a,a as e,b as C,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var u=["color"],h=d(function(t,s){var r=t.color,i=r===void 0?"currentColor":r,o=a(t,u),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-insert-column-right-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:[c("path",{d:"M3.5 1.25C2.5335 1.25 1.75 2.0335 1.75 3V17C1.75 17.9665 2.5335 18.75 3.5 18.75H14.5C15.4665 18.75 16.25 17.9665 16.25 17V16L16.2461 15.9229C16.2075 15.5449 15.8882 15.25 15.5 15.25C15.1118 15.25 14.7925 15.5449 14.7539 15.9229L14.75 16V17C14.75 17.1381 14.6381 17.25 14.5 17.25H10V2.75H14.5C14.6381 2.75 14.75 2.86193 14.75 3V4C14.75 4.41421 15.0858 4.75 15.5 4.75C15.9142 4.75 16.25 4.41421 16.25 4V3C16.25 2.0335 15.4665 1.25 14.5 1.25H3.5ZM8.5 17.25H3.5C3.36193 17.25 3.25 17.1381 3.25 17V3C3.25 2.86193 3.36193 2.75 3.5 2.75H8.5V17.25Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"}),c("path",{d:"M16.75 6.75C16.3358 6.75 16 7.08579 16 7.5V9.25H14.25L14.1729 9.25391C13.7949 9.29253 13.5 9.61183 13.5 10C13.5 10.3882 13.7949 10.7075 14.1729 10.7461L14.25 10.75H16V12.5L16.0039 12.5771C16.0425 12.9551 16.3618 13.25 16.75 13.25C17.1382 13.25 17.4575 12.9551 17.4961 12.5771L17.5 12.5V10.75H19.25C19.6642 10.75 20 10.4142 20 10C20 9.58579 19.6642 9.25 19.25 9.25H17.5V7.5C17.5 7.08579 17.1642 6.75 16.75 6.75Z",fill:i})]}))});h.displayName="IconInsertColumnRightOutline";export{h as IconInsertColumnRightOutline,h as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,b as C,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(r,i){var t=r.color,s=t===void 0?"currentColor":t,o=n(r,p),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-insert-row-above-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[c("path",{d:"M4 4C4.41421 4 4.75 4.33579 4.75 4.75C4.75 5.16421 4.41421 5.5 4 5.5H3C2.86193 5.5 2.75 5.61193 2.75 5.75V10.75H17.25V5.75C17.25 5.61193 17.1381 5.5 17 5.5H16C15.5858 5.5 15.25 5.16421 15.25 4.75C15.25 4.33579 15.5858 4 16 4H17C17.9665 4 18.75 4.7835 18.75 5.75V16.75C18.75 17.7165 17.9665 18.5 17 18.5H3C2.0335 18.5 1.25 17.7165 1.25 16.75V5.75C1.25 4.7835 2.0335 4 3 4H4ZM2.75 16.75C2.75 16.8881 2.86193 17 3 17H17C17.1381 17 17.25 16.8881 17.25 16.75V12.25H2.75V16.75Z",fill:s,fillRule:"evenodd",clipRule:"evenodd"}),c("path",{d:"M10 1.5C10.4142 1.5 10.75 1.83579 10.75 2.25V4H12.5L12.5771 4.00391C12.9551 4.04253 13.25 4.36183 13.25 4.75C13.25 5.13817 12.9551 5.45747 12.5771 5.49609L12.5 5.5H10.75V7.25L10.7461 7.32715C10.7075 7.70512 10.3882 8 10 8C9.61183 8 9.29253 7.70512 9.25391 7.32715L9.25 7.25V5.5H7.5C7.08579 5.5 6.75 5.16421 6.75 4.75C6.75 4.33579 7.08579 4 7.5 4H9.25V2.25C9.25 1.83579 9.58579 1.5 10 1.5Z",fill:s})]}))});u.displayName="IconInsertRowAboveOutline";export{u as IconInsertRowAboveOutline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,b as C,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var w=["color"],p=d(function(r,i){var t=r.color,l=t===void 0?"currentColor":t,o=n(r,w),a=o,s=a.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(s?s+" ":"","customeow-icon customeow-icon-icon-insert-row-below-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[c("path",{d:"M10 12C10.4142 12 10.75 12.3358 10.75 12.75V14.5H12.5L12.5771 14.5039C12.9551 14.5425 13.25 14.8618 13.25 15.25C13.25 15.6382 12.9551 15.9575 12.5771 15.9961L12.5 16H10.75V17.75L10.7461 17.8271C10.7075 18.2051 10.3882 18.5 10 18.5C9.61183 18.5 9.29253 18.2051 9.25391 17.8271L9.25 17.75V16H7.5C7.08579 16 6.75 15.6642 6.75 15.25C6.75 14.8358 7.08579 14.5 7.5 14.5H9.25V12.75C9.25 12.3358 9.58579 12 10 12Z",fill:l}),c("path",{d:"M17 1.5C17.9665 1.5 18.75 2.2835 18.75 3.25V14.25C18.75 15.2165 17.9665 16 17 16H16C15.5858 16 15.25 15.6642 15.25 15.25C15.25 14.8358 15.5858 14.5 16 14.5H17C17.1381 14.5 17.25 14.3881 17.25 14.25V9.75H2.75V14.25C2.75 14.3881 2.86193 14.5 3 14.5H4C4.41421 14.5 4.75 14.8358 4.75 15.25C4.75 15.6642 4.41421 16 4 16H3C2.0335 16 1.25 15.2165 1.25 14.25V3.25C1.25 2.2835 2.0335 1.5 3 1.5H17ZM3 3C2.86193 3 2.75 3.11193 2.75 3.25V8.25H17.25V3.25C17.25 3.11193 17.1381 3 17 3H3Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]}))});p.displayName="IconInsertRowBelowOutline";export{p as IconInsertRowBelowOutline,p as default};
@@ -1 +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:"M11.2379 4.16663C12.4675 2.93712 14.4368 2.89854 15.7125 4.05139L15.8336 4.16663C17.063 5.39617 17.1015 7.36548 15.9489 8.64124L15.8336 8.76233L14.5963 9.99963L15.1266 10.5299L15.8336 11.2379C17.1026 12.5071 17.1027 14.5645 15.8336 15.8336C14.6041 17.0631 12.6348 17.1014 11.359 15.9489L11.2379 15.8336L10.5299 15.1266L9.99963 14.5963L8.76233 15.8336C7.53279 17.063 5.56348 17.1015 4.28772 15.9489L4.16663 15.8336C2.93709 14.6041 2.89873 12.6348 4.05139 11.359L4.16663 11.2379L4.87366 10.5299L5.40393 9.99963L4.16663 8.76233C2.93706 7.53276 2.89861 5.56351 4.05139 4.28772L4.16663 4.16663C5.3962 2.93706 7.36544 2.89861 8.64124 4.05139L8.76233 4.16663L9.99963 5.40393L10.5299 4.87366L11.2379 4.16663Z",stroke:i,strokeWidth:"1.5"})}))});m.displayName="IconMask1Outline";export{m as IconMask1Outline,m as default};
1
+ import{_ as l,a as e,j as s}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var m=["color"],p=d(function(r,c){var t=r.color,i=t===void 0?"currentColor":t,o=l(r,m),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:"M11.2379 4.16663C12.5071 2.89753 14.5645 2.89746 15.8336 4.16663C17.1027 5.4358 17.1027 7.49315 15.8336 8.76233L14.5963 9.99963L15.1266 10.5299L15.8336 11.2379C17.1026 12.5071 17.1027 14.5645 15.8336 15.8336C14.5645 17.1027 12.5071 17.1026 11.2379 15.8336L10.5299 15.1266L9.99963 14.5963L8.76233 15.8336C7.49315 17.1027 5.4358 17.1027 4.16663 15.8336C2.89746 14.5645 2.89753 12.5071 4.16663 11.2379L4.87366 10.5299L5.40393 9.99963L4.16663 8.76233C2.89742 7.49313 2.89742 5.43583 4.16663 4.16663C5.43583 2.89742 7.49313 2.89742 8.76233 4.16663L9.99963 5.40393L10.5299 4.87366L11.2379 4.16663Z",stroke:i,strokeWidth:"1.5"})}))});p.displayName="IconMask1Outline";export{p as IconMask1Outline,p as default};
@@ -1 +1 @@
1
- import{_ as d,a as e,b as n,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as p}from"react";var C=["color"],m=p(function(c,s){var r=c.color,a=r===void 0?"currentColor":r,o=d(c,C),t=o,i=t.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-mask-bicolor-solid")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:[l("path",{d:"M10 16.2C13.4242 16.2 16.2 13.4242 16.2 10C16.2 6.57583 13.4242 3.8 10 3.8C6.57583 3.8 3.8 6.57583 3.8 10C3.8 13.4242 6.57583 16.2 10 16.2ZM18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{opacity:".4",d:"M9.12953 16.1394C10.8841 14.6719 12 12.4663 12 10C12 7.53377 10.884 5.32816 9.12948 3.86066C6.1175 4.2839 3.80005 6.87132 3.80005 10C3.80005 13.1287 6.11752 15.7162 9.12953 16.1394Z",fill:a})]}))});m.displayName="IconMaskBicolorSolid";export{m as IconMaskBicolorSolid,m as default};
1
+ import{_ as d,a as e,b as n,j as l}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as p}from"react";var C=["color"],m=p(function(c,s){var r=c.color,a=r===void 0?"currentColor":r,o=d(c,C),t=o,i=t.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-mask-bicolor-solid")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:s,children:[l("path",{d:"M10 16.2C13.4242 16.2 16.2 13.4242 16.2 10C16.2 6.57583 13.4242 3.8 10 3.8C6.57583 3.8 3.8 6.57583 3.8 10C3.8 13.4242 6.57583 16.2 10 16.2ZM18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"}),l("path",{opacity:".4",d:"M9.12953 16.1393C10.8841 14.6718 12 12.4662 12 9.99998C12 7.53371 10.884 5.3281 9.12948 3.8606C6.1175 4.28384 3.80005 6.87126 3.80005 9.99996C3.80005 13.1287 6.11752 15.7161 9.12953 16.1393Z",fill:a})]}))});m.displayName="IconMaskBicolorSolid";export{m as IconMaskBicolorSolid,m as default};
@@ -0,0 +1 @@
1
+ import{_ as i,a as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var V=["color"],m=n(function(r,l){var C=r.color,s=C===void 0?"currentColor":C,o=i(r,V),a=o,c=a.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-merge-cells-outline")}),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:"M6.5 1.25C7.4665 1.25 8.25 2.0335 8.25 3V5C8.25 5.41421 7.91421 5.75 7.5 5.75 7.08579 5.75 6.75 5.41421 6.75 5V3C6.75 2.86193 6.63807 2.75 6.5 2.75H3.5C3.36193 2.75 3.25 2.86193 3.25 3V9.29785C3.33011 9.26855 3.41567 9.25011 3.50586 9.25H7.01953L6.33105 8.56055 6.2793 8.50391C6.03904 8.20944 6.05674 7.77464 6.33105 7.5 6.6055 7.22577 7.03949 7.20847 7.33398 7.44824L7.3916 7.5 8.05371 8.16309 9.37988 9.48828C9.67272 9.78118 9.67275 10.2569 9.37988 10.5498L8.05371 11.875 7.3916 12.5381 7.33398 12.5898C7.03952 12.8295 6.60545 12.8122 6.33105 12.5381 6.05667 12.2635 6.03917 11.8287 6.2793 11.5342L6.33105 11.4775 7.05762 10.75H3.50586C3.41558 10.7499 3.33017 10.7305 3.25 10.7012V17C3.25 17.1381 3.36193 17.25 3.5 17.25H6.5C6.63807 17.25 6.75 17.1381 6.75 17V15.5C6.75 15.0858 7.08579 14.75 7.5 14.75 7.91421 14.75 8.25 15.0858 8.25 15.5V17C8.25 17.9665 7.4665 18.75 6.5 18.75H3.5C2.5335 18.75 1.75 17.9665 1.75 17V3C1.75 2.0335 2.5335 1.25 3.5 1.25H6.5ZM16.5 1.25C17.4665 1.25 18.25 2.0335 18.25 3V17C18.25 17.9665 17.4665 18.75 16.5 18.75H13.5C12.5335 18.75 11.75 17.9665 11.75 17V15.5C11.75 15.0858 12.0858 14.75 12.5 14.75 12.9142 14.75 13.25 15.0858 13.25 15.5V17C13.25 17.1381 13.3619 17.25 13.5 17.25H16.5C16.6381 17.25 16.75 17.1381 16.75 17V10.75H13.2422L13.9688 11.4775 14.0205 11.5342C14.2608 11.8287 14.2433 12.2635 13.9688 12.5381 13.6943 12.8122 13.2603 12.8296 12.9658 12.5898L12.9082 12.5381 12.2461 11.875 10.9199 10.5498C10.6271 10.2569 10.6271 9.78118 10.9199 9.48828L12.2461 8.16309 12.9082 7.5 12.9658 7.44824C13.2603 7.20837 13.6943 7.22574 13.9688 7.5 14.2432 7.77466 14.2609 8.2094 14.0205 8.50391L13.9688 8.56055 13.2803 9.25H16.75V3C16.75 2.86193 16.6381 2.75 16.5 2.75H13.5C13.3619 2.75 13.25 2.86193 13.25 3V5C13.25 5.41421 12.9142 5.75 12.5 5.75 12.0858 5.75 11.75 5.41421 11.75 5V3C11.75 2.0335 12.5335 1.25 13.5 1.25H16.5Z",fill:s})}))});m.displayName="IconMergeCellsOutline";export{m as IconMergeCellsOutline,m as default};
@@ -1 +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"],u=n(function(e,i){var r=e.color,l=r===void 0?"currentColor":r,C=s(e,d),a=C,t=a.className;return C=o(o({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(t?t+" ":"","customeow-icon customeow-icon-icon-number-sorted-outline")}),c("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:i,children:c("path",{d:"M3.60052 3.99158V7.38894C3.59856 7.49549 3.61641 7.60138 3.65301 7.70043C3.68961 7.79947 3.74422 7.88968 3.81366 7.96577C3.88311 8.04186 3.96597 8.10231 4.05742 8.14357C4.14887 8.18484 4.24706 8.20609 4.34624 8.20609C4.44543 8.20609 4.54362 8.18484 4.63507 8.14357C4.72651 8.10231 4.80938 8.04186 4.87882 7.96577C4.94826 7.88968 5.00288 7.79947 5.03948 7.70043C5.07608 7.60138 5.09393 7.49549 5.09197 7.38894V2.83893C5.09284 2.71021 5.06483 2.58317 5.01031 2.46856C4.95579 2.35394 4.87636 2.25513 4.77876 2.18049C4.68471 2.09682 4.57266 2.0398 4.45283 2.01461C4.333 1.98943 4.20921 1.99689 4.09275 2.03631L3.10944 2.48501C2.93984 2.56783 2.80523 2.71584 2.73209 2.89993C2.65895 3.08402 2.65257 3.29085 2.71422 3.47973C2.77587 3.66861 2.90107 3.82587 3.0652 3.92056C3.22915 4.01516 3.42009 4.04048 3.60052 3.99158ZM4.68994 16.3946H5.57001H5.57059C5.66975 16.3925 5.76831 16.4117 5.8605 16.451C5.95269 16.4903 6.03665 16.549 6.10747 16.6236C6.17829 16.6982 6.23455 16.7872 6.27296 16.8855C6.31137 16.9837 6.33115 17.0892 6.33115 17.1958C6.33115 17.3024 6.31137 17.4079 6.27296 17.5061C6.23455 17.6044 6.17829 17.6934 6.10747 17.768C6.03665 17.8426 5.95269 17.9013 5.8605 17.9406C5.76831 17.9799 5.66975 17.9991 5.57059 17.997H2.82598C2.6641 18.0121 2.50207 17.9699 2.36452 17.877C2.22698 17.7841 2.12144 17.6454 2.06396 17.4821C2.00648 17.3188 2.0002 17.1398 2.04608 16.9724C2.09196 16.8049 2.18748 16.6581 2.31813 16.5543L4.31715 14.5035C4.64512 14.1828 4.71973 13.8624 4.71973 13.6378C4.69166 13.5582 4.64309 13.4888 4.57969 13.4377C4.51629 13.3867 4.44068 13.3561 4.36169 13.3494C4.18777 13.3519 4.01873 13.4116 3.87739 13.5205C3.73605 13.6294 3.6292 13.7823 3.57128 13.9585C3.45636 14.1111 3.2933 14.2131 3.11303 14.2451C2.93277 14.2771 2.74784 14.2369 2.59333 14.1321C2.43882 14.0273 2.32547 13.8653 2.2748 13.6767C2.22412 13.4881 2.23965 13.2861 2.31842 13.1089C2.53558 12.69 2.86097 12.3475 3.25531 12.1229C3.64965 11.8982 4.09608 11.801 4.54071 11.843C4.90112 11.8861 5.24266 12.0386 5.52533 12.2826C5.80801 12.5267 6.02013 12.8522 6.13686 13.2211C6.24721 13.6816 6.22975 14.1668 6.08663 14.6167C5.94351 15.0667 5.68099 15.4619 5.33141 15.7535L4.68994 16.3946ZM8.63614 3.60152C8.63614 3.15916 8.89816 2.80056 9.22138 2.80056H17.4148C17.738 2.80056 18 3.15916 18 3.60152C18 4.04388 17.738 4.40249 17.4148 4.40249H9.22138C8.89816 4.40249 8.63614 4.04388 8.63614 3.60152ZM9.22138 12.634C8.89816 12.634 8.63614 12.9926 8.63614 13.435C8.63614 13.8774 8.89816 14.236 9.22138 14.236H17.4148C17.738 14.236 18 13.8774 18 13.435C18 12.9926 17.738 12.634 17.4148 12.634H9.22138ZM8.63614 6.56621C8.63614 6.25607 8.88756 6.00465 9.19769 6.00465H14.2401C14.5502 6.00465 14.8016 6.25607 14.8016 6.56621V7.04503C14.8016 7.35517 14.5502 7.60658 14.2401 7.60658H9.19769C8.88756 7.60658 8.63614 7.35517 8.63614 7.04503V6.56621ZM9.19769 15.8384C8.88756 15.8384 8.63614 16.0898 8.63614 16.3999V16.8788C8.63614 17.1889 8.88756 17.4403 9.19769 17.4403H14.2401C14.5502 17.4403 14.8016 17.1889 14.8016 16.8788V16.3999C14.8016 16.0898 14.5502 15.8384 14.2401 15.8384H9.19769Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});u.displayName="IconNumberSortedOutline";export{u as IconNumberSortedOutline,u as default};
1
+ import{_ as l,a as o,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],m=n(function(e,a){var r=e.color,i=r===void 0?"currentColor":r,C=l(e,d),s=C,t=s.className;return C=o(o({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(t?t+" ":"","customeow-icon customeow-icon-icon-number-sorted-outline")}),c("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:a,children:c("path",{d:"M4.54129 11.8428C4.90152 11.8859 5.24311 12.0383 5.52567 12.2822C5.80825 12.5262 6.02024 12.852 6.13699 13.2207C6.24734 13.6812 6.23031 14.1672 6.08719 14.6172C5.94405 15.0671 5.68083 15.4623 5.33133 15.7539L4.68973 16.3945H5.57059C5.66975 16.3924 5.76844 16.4119 5.86063 16.4512C5.9528 16.4905 6.03688 16.5494 6.1077 16.624C6.1784 16.6986 6.23437 16.7876 6.27274 16.8858C6.31106 16.9838 6.33127 17.089 6.33133 17.1953C6.33133 17.3019 6.31112 17.4076 6.27274 17.5059C6.23437 17.604 6.17841 17.693 6.1077 17.7676C6.03688 17.8422 5.9528 17.9011 5.86063 17.9404C5.76844 17.9798 5.66975 17.9992 5.57059 17.9971H2.82645C2.66457 18.0122 2.50208 17.9699 2.36453 17.877C2.22709 17.7841 2.12123 17.6456 2.06375 17.4824C2.00631 17.3192 2.00038 17.1401 2.04617 16.9727C2.09205 16.8052 2.18799 16.6585 2.31863 16.5547L4.31766 14.5039C4.64562 14.1832 4.72 13.8624 4.72 13.6377C4.69193 13.5581 4.64276 13.4886 4.57938 13.4375C4.51606 13.3867 4.44043 13.3562 4.3616 13.3496C4.18777 13.3521 4.0185 13.4117 3.87723 13.5205C3.73612 13.6293 3.62949 13.7821 3.57156 13.958C3.45672 14.1105 3.29369 14.2131 3.11356 14.2451C2.93329 14.2771 2.74756 14.2366 2.59305 14.1319C2.43876 14.0271 2.32532 13.8652 2.27469 13.6768C2.22405 13.4883 2.24 13.2864 2.31863 13.1094C2.53573 12.6905 2.86096 12.3477 3.25516 12.1231C3.6495 11.8984 4.09667 11.8008 4.54129 11.8428ZM14.2405 15.8389C14.5505 15.839 14.802 16.0904 14.802 16.4004V16.8789C14.802 17.1889 14.5505 17.4403 14.2405 17.4404H9.19754C8.8876 17.4403 8.63609 17.1889 8.63602 16.8789V16.4004C8.63602 16.0904 8.88755 15.8391 9.19754 15.8389H14.2405ZM17.4153 12.6338C17.7382 12.6341 18.0001 12.9926 18.0003 13.4346C18.0003 13.8768 17.7384 14.2361 17.4153 14.2363H9.22196C8.89874 14.2363 8.63602 13.8769 8.63602 13.4346C8.63619 12.9924 8.89884 12.6338 9.22196 12.6338H17.4153ZM4.09305 2.03615C4.20946 1.99677 4.33363 1.98949 4.4534 2.01466C4.57304 2.03988 4.68467 2.09715 4.7786 2.18068C4.8762 2.25532 4.95552 2.35416 5.01004 2.46877C5.06455 2.58336 5.09293 2.71019 5.09207 2.83888V7.38869C5.09402 7.4952 5.07591 7.60119 5.03934 7.70021C5.00275 7.79923 4.94859 7.88976 4.87918 7.96584C4.80974 8.04193 4.72649 8.10231 4.63504 8.14357C4.54364 8.18479 4.44511 8.20607 4.34598 8.20607C4.24703 8.20601 4.14914 8.1847 4.05789 8.14357C3.96645 8.10231 3.88319 8.04193 3.81375 7.96584C3.74432 7.88975 3.69019 7.79925 3.6536 7.70021C3.61701 7.60118 3.59891 7.49521 3.60086 7.38869V3.99123C3.4205 4.04018 3.22965 4.01536 3.06571 3.92091C2.90158 3.82622 2.77579 3.66839 2.71414 3.47951C2.65262 3.29079 2.65969 3.08434 2.7327 2.90041C2.80582 2.71636 2.9401 2.5682 3.10965 2.48537L4.09305 2.03615ZM14.2405 6.0049C14.5505 6.00503 14.802 6.25637 14.802 6.56642V7.04494C14.802 7.35499 14.5505 7.60633 14.2405 7.60646H9.19754C8.88755 7.60629 8.63602 7.35497 8.63602 7.04494V6.56642C8.63602 6.25639 8.88755 6.00507 9.19754 6.0049H14.2405ZM17.4153 2.8008C17.7384 2.80109 18.0003 3.1594 18.0003 3.60158C18.0003 4.04374 17.7383 4.40207 17.4153 4.40236H9.22196C8.89875 4.40236 8.63603 4.04392 8.63602 3.60158C8.63602 3.15922 8.89874 2.8008 9.22196 2.8008H17.4153Z",fill:i})}))});m.displayName="IconNumberSortedOutline";export{m as IconNumberSortedOutline,m as default};
@@ -1 +1 @@
1
- import{_ as n,a as e,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var C=["color"],p=d(function(r,i){var t=r.color,l=t===void 0?"currentColor":t,o=n(r,C),s=o,a=s.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-pattern-1-solid")}),c("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:c("path",{d:"M2.5 3.0834C2.5 2.53112 2.94748 2.08341 3.49976 2.0834L5 2.08337C6.38071 2.08337 7.5 3.20266 7.5 4.58337 7.5 5.96409 6.38071 7.08337 5 7.08337H4.16667L4.16667 8.34959C4.16667 8.80982 3.79357 9.18292 3.33333 9.18292 2.8731 9.18292 2.5 8.80982 2.5 8.34959V3.0834ZM5 5.41671H4.16667V3.75004H5C5.46024 3.75004 5.83333 4.12314 5.83333 4.58337 5.83333 5.04361 5.46024 5.41671 5 5.41671ZM2.5 12.1519C2.5 11.5996 2.94748 11.1519 3.49976 11.1519L5 11.1519C6.38071 11.1519 7.5 12.2711 7.5 13.6519 7.5 15.0326 6.38071 16.1519 5 16.1519H4.16667L4.16667 17.4181C4.16667 17.8783 3.79357 18.2514 3.33333 18.2514 2.8731 18.2514 2.5 17.8783 2.5 17.4181V12.1519ZM5 14.4852H4.16667V12.8185H5C5.46024 12.8185 5.83333 13.1916 5.83333 13.6519 5.83333 14.1121 5.46024 14.4852 5 14.4852ZM13.4998 2.0834C12.9475 2.08341 12.5 2.53112 12.5 3.0834V8.34959C12.5 8.80982 12.8731 9.18292 13.3333 9.18292 13.7936 9.18292 14.1667 8.80982 14.1667 8.34959V7.08337H15C16.3807 7.08337 17.5 5.96409 17.5 4.58337 17.5 3.20266 16.3807 2.08337 15 2.08337L13.4998 2.0834ZM14.1667 5.41671H15C15.4602 5.41671 15.8333 5.04361 15.8333 4.58337 15.8333 4.12314 15.4602 3.75004 15 3.75004H14.1667V5.41671ZM12.5 12.1519C12.5 11.5996 12.9475 11.1519 13.4998 11.1519L15 11.1519C16.3807 11.1519 17.5 12.2711 17.5 13.6519 17.5 15.0326 16.3807 16.1519 15 16.1519H14.1667V17.4181C14.1667 17.8783 13.7936 18.2514 13.3333 18.2514 12.8731 18.2514 12.5 17.8783 12.5 17.4181V12.1519ZM15 14.4852H14.1667V12.8185H15C15.4602 12.8185 15.8333 13.1916 15.8333 13.6519 15.8333 14.1121 15.4602 14.4852 15 14.4852Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconPattern1Solid";export{p as IconPattern1Solid,p as default};
1
+ import{_ as n,a as e,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var C=["color"],p=d(function(r,i){var t=r.color,l=t===void 0?"currentColor":t,o=n(r,C),s=o,a=s.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-pattern-1-solid")}),c("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:c("path",{d:"M2.5 3.08352C2.5 2.53124 2.94748 2.08353 3.49976 2.08352L5 2.0835C6.38071 2.0835 7.5 3.20278 7.5 4.5835 7.5 5.96421 6.38071 7.0835 5 7.0835H4.16667L4.16667 8.34971C4.16667 8.80995 3.79357 9.18304 3.33333 9.18304 2.8731 9.18304 2.5 8.80995 2.5 8.34971V3.08352ZM5 5.41683H4.16667V3.75016H5C5.46024 3.75016 5.83333 4.12326 5.83333 4.5835 5.83333 5.04373 5.46024 5.41683 5 5.41683ZM2.5 12.152C2.5 11.5997 2.94748 11.152 3.49976 11.152L5 11.152C6.38071 11.152 7.5 12.2713 7.5 13.652 7.5 15.0327 6.38071 16.152 5 16.152H4.16667L4.16667 17.4182C4.16667 17.8784 3.79357 18.2515 3.33333 18.2515 2.8731 18.2515 2.5 17.8784 2.5 17.4182V12.152ZM5 14.4853H4.16667V12.8186H5C5.46024 12.8186 5.83333 13.1917 5.83333 13.652 5.83333 14.1122 5.46024 14.4853 5 14.4853ZM13.4998 2.08352C12.9475 2.08353 12.5 2.53124 12.5 3.08352V8.34971C12.5 8.80995 12.8731 9.18304 13.3333 9.18304 13.7936 9.18304 14.1667 8.80995 14.1667 8.34971V7.0835H15C16.3807 7.0835 17.5 5.96421 17.5 4.5835 17.5 3.20278 16.3807 2.0835 15 2.0835L13.4998 2.08352ZM14.1667 5.41683H15C15.4602 5.41683 15.8333 5.04373 15.8333 4.5835 15.8333 4.12326 15.4602 3.75016 15 3.75016H14.1667V5.41683ZM12.5 12.152C12.5 11.5997 12.9475 11.152 13.4998 11.152L15 11.152C16.3807 11.152 17.5 12.2713 17.5 13.652 17.5 15.0327 16.3807 16.152 15 16.152H14.1667V17.4182C14.1667 17.8784 13.7936 18.2515 13.3333 18.2515 12.8731 18.2515 12.5 17.8784 12.5 17.4182V12.152ZM15 14.4853H14.1667V12.8186H15C15.4602 12.8186 15.8333 13.1917 15.8333 13.652 15.8333 14.1122 15.4602 14.4853 15 14.4853Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})}))});p.displayName="IconPattern1Solid";export{p as IconPattern1Solid,p as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,b as p,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as C}from"react";var d=["color"],u=C(function(r,i){var c=r.color,t=c===void 0?"currentColor":c,o=n(r,d),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-row-copy-outline")}),p("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[a("path",{d:"M15.75 14.5C15.75 15.4665 14.9665 16.25 14 16.25H2C1.0335 16.25 0.25 15.4665 0.25 14.5L0.25 9.5C0.25 8.5335 1.0335 7.75 2 7.75L14 7.75C14.9665 7.75 15.75 8.5335 15.75 9.5V14.5ZM14.25 9.5C14.25 9.36193 14.1381 9.25 14 9.25L2 9.25C1.86193 9.25 1.75 9.36193 1.75 9.5L1.75 14.5C1.75 14.6381 1.86193 14.75 2 14.75H14C14.1381 14.75 14.25 14.6381 14.25 14.5V9.5Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"}),a("path",{d:"M19.75 10.5C19.75 11.4665 18.9665 12.25 18 12.25H17.25V10.75H18C18.1381 10.75 18.25 10.6381 18.25 10.5V5.5C18.25 5.36193 18.1381 5.25 18 5.25L6 5.25C5.86193 5.25 5.75 5.36193 5.75 5.5V6.25H4.25V5.5C4.25 4.5335 5.0335 3.75 6 3.75L18 3.75C18.9665 3.75 19.75 4.5335 19.75 5.5V10.5Z",fill:t})]}))});u.displayName="IconRowCopyOutline";export{u as IconRowCopyOutline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as e,b as n,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(r,c){var C=r.color,l=C===void 0?"currentColor":C,o=s(r,p),i=o,a=i.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-row-delete-outline")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:[t("path",{d:"M17 12.25C17.9665 12.25 18.75 13.0335 18.75 14V17C18.75 17.9665 17.9665 18.75 17 18.75H3C2.0335 18.75 1.25 17.9665 1.25 17V14C1.25 13.0335 2.0335 12.25 3 12.25H17ZM3 13.75C2.86193 13.75 2.75 13.8619 2.75 14V17C2.75 17.1381 2.86193 17.25 3 17.25H17C17.1381 17.25 17.25 17.1381 17.25 17V14C17.25 13.8619 17.1381 13.75 17 13.75H3Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M11.2354 6.29785C11.5282 6.00516 12.0031 6.00509 12.2959 6.29785C12.5887 6.59069 12.5886 7.06549 12.2959 7.3584L11.0586 8.5957L12.2959 9.83398L12.3477 9.89062C12.5876 10.1852 12.5704 10.6201 12.2959 10.8945C12.0215 11.1688 11.5875 11.1859 11.293 10.9463L11.2354 10.8945L9.99805 9.65723L8.76074 10.8945L8.70312 10.9463C8.40855 11.1862 7.97368 11.169 7.69922 10.8945C7.42482 10.6201 7.40756 10.1852 7.64746 9.89062L7.69922 9.83398L8.9375 8.5957L7.69922 7.3584C7.40674 7.06552 7.40657 6.59063 7.69922 6.29785C7.99211 6.00496 8.46785 6.00496 8.76074 6.29785L9.99805 7.53516L11.2354 6.29785Z",fill:l}),t("path",{d:"M17 2.25C17.9665 2.25 18.75 3.0335 18.75 4V7C18.75 7.9665 17.9665 8.75 17 8.75H15C14.5858 8.75 14.25 8.41421 14.25 8C14.25 7.58579 14.5858 7.25 15 7.25H17C17.1381 7.25 17.25 7.13807 17.25 7V4C17.25 3.86193 17.1381 3.75 17 3.75H3C2.86193 3.75 2.75 3.86193 2.75 4V7C2.75 7.13807 2.86193 7.25 3 7.25H4.5C4.91421 7.25 5.25 7.58579 5.25 8C5.25 8.41421 4.91421 8.75 4.5 8.75H3C2.0335 8.75 1.25 7.9665 1.25 7V4C1.25 3.0335 2.0335 2.25 3 2.25H17Z",fill:l})]}))});u.displayName="IconRowDeleteOutline";export{u as IconRowDeleteOutline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as C,a as e,b as n,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(l,i){var t=l.color,a=t===void 0?"currentColor":t,o=C(l,p),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-row-paste-above-outline")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[c("path",{d:"M10.9997 0.75C12.4342 0.75 13.6116 1.84841 13.738 3.25H14.9997C15.9662 3.25 16.7497 4.0335 16.7497 5V16.5C16.7497 17.4665 15.9662 18.25 14.9997 18.25H6.9997C6.03334 18.2498 5.2497 17.4664 5.2497 16.5V15C5.2497 14.5859 5.58563 14.2502 5.9997 14.25C6.41392 14.25 6.7497 14.5858 6.7497 15V16.5C6.7497 16.638 6.86177 16.7498 6.9997 16.75H14.9997C15.1378 16.75 15.2497 16.6381 15.2497 16.5V5C15.2497 4.86193 15.1378 4.75 14.9997 4.75H6.9997C6.86177 4.75016 6.7497 4.86203 6.7497 5C6.7497 5.41421 6.41392 5.75 5.9997 5.75C5.58563 5.74984 5.2497 5.41411 5.2497 5C5.2497 4.0336 6.03334 3.25016 6.9997 3.25H8.2624C8.38875 1.84852 9.56536 0.750154 10.9997 0.75ZM10.9997 2.25C10.3951 2.25014 9.8909 2.67954 9.77509 3.25H12.2243C12.1084 2.67951 11.6044 2.25 10.9997 2.25Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"}),c("path",{d:"M10.5007 6.75C11.467 6.75026 12.2497 7.53366 12.2497 8.5V11.5C12.2497 12.4665 11.4662 13.25 10.4997 13.25H2.4997C1.53343 13.2497 0.749703 12.4663 0.749702 11.5V8.5C0.749702 7.5335 1.53418 6.75 2.50068 6.75H10.5007ZM2.4997 8.25C2.36186 8.25026 2.2497 8.36209 2.2497 8.5V11.5C2.2497 11.6379 2.36186 11.7497 2.4997 11.75H10.4997C10.6378 11.75 10.7497 11.6381 10.7497 11.5V8.5C10.7497 8.36193 10.6378 8.25 10.4997 8.25H2.4997Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconRowPasteAboveOutline";export{u as IconRowPasteAboveOutline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,b as C,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],w=d(function(l,i){var t=l.color,a=t===void 0?"currentColor":t,o=n(l,p),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-row-paste-below-outline")}),C("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:i,children:[c("path",{d:"M10.5007 12.25C11.467 12.2503 12.2497 13.0337 12.2497 14V17C12.2497 17.9665 11.4662 18.75 10.4997 18.75H2.4997C1.53343 18.7497 0.749703 17.9663 0.749702 17V14C0.749702 13.0335 1.53418 12.25 2.50068 12.25H10.5007ZM2.4997 13.75C2.36186 13.7503 2.2497 13.8621 2.2497 14V17C2.2497 17.1379 2.36186 17.2497 2.4997 17.25H10.4997C10.6378 17.25 10.7497 17.1381 10.7497 17V14C10.7497 13.8619 10.6378 13.75 10.4997 13.75H2.4997Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"}),c("path",{d:"M10.9997 0.75C12.4342 0.75 13.6116 1.84841 13.738 3.25H14.9997C15.9662 3.25 16.7497 4.0335 16.7497 5V16.5C16.7497 17.4665 15.9662 18.25 14.9997 18.25H13.4997C13.0856 18.2498 12.7497 17.9141 12.7497 17.5C12.7497 17.0859 13.0856 16.7502 13.4997 16.75H14.9997C15.1378 16.75 15.2497 16.6381 15.2497 16.5V5C15.2497 4.86193 15.1378 4.75 14.9997 4.75H6.9997C6.86177 4.75016 6.7497 4.86203 6.7497 5V10.5C6.7497 10.9142 6.41392 11.25 5.9997 11.25C5.58563 11.2498 5.2497 10.9141 5.2497 10.5V5C5.2497 4.0336 6.03334 3.25016 6.9997 3.25H8.2624C8.38875 1.84852 9.56536 0.750154 10.9997 0.75ZM10.9997 2.25C10.3951 2.25014 9.8909 2.67954 9.77509 3.25H12.2243C12.1084 2.67951 11.6044 2.25 10.9997 2.25Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})]}))});w.displayName="IconRowPasteBelowOutline";export{w as IconRowPasteBelowOutline,w as default};
@@ -0,0 +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"],u=d(function(l,c){var i=l.color,e=i===void 0?"currentColor":i,o=n(l,p),a=o,r=a.className;return o=C(C({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(r?r+" ":"","customeow-icon customeow-icon-icon-row-setting-outline")}),s("svg",C(C({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:[t("path",{d:"M15.25 11C15.6642 11 16 11.3358 16 11.75V12.2354C16.1588 12.2827 16.3114 12.3439 16.4561 12.4189L16.9062 11.9697L16.9629 11.918C17.2575 11.6781 17.6924 11.6953 17.9668 11.9697C18.241 12.2444 18.2578 12.6792 18.0176 12.9736L17.9668 13.0303L17.5352 13.4609C17.6307 13.63 17.7082 13.8103 17.7646 14H18.25C18.6642 14 19 14.3358 19 14.75C19 15.1642 18.6642 15.5 18.25 15.5H17.7646C17.7127 15.6743 17.6437 15.841 17.5586 15.998L18.0762 16.5156L18.127 16.5723C18.3673 16.8668 18.3508 17.3016 18.0762 17.5762C17.8016 17.8508 17.3668 17.8673 17.0723 17.627L17.0156 17.5762L16.498 17.0586C16.341 17.1436 16.1742 17.2118 16 17.2637V17.75C16 18.1642 15.6642 18.5 15.25 18.5C14.8358 18.5 14.5 18.1642 14.5 17.75V17.2637C14.3104 17.2072 14.1299 17.1307 13.9609 17.0352L13.4209 17.5762C13.1281 17.8687 12.6532 17.8685 12.3604 17.5762C12.0675 17.2833 12.0677 16.8085 12.3604 16.5156L12.9189 15.9561C12.8439 15.8114 12.7827 15.6588 12.7354 15.5H12.25C11.8358 15.5 11.5 15.1642 11.5 14.75C11.5 14.3358 11.8358 14 12.25 14H12.7354C12.7873 13.8255 12.8552 13.6582 12.9404 13.501L12.4697 13.0303L12.418 12.9736C12.1777 12.6791 12.1951 12.2443 12.4697 11.9697C12.7443 11.6951 13.1791 11.6777 13.4736 11.918L13.5303 11.9697L14.001 12.4404C14.1582 12.3552 14.3255 12.2873 14.5 12.2354V11.75C14.5 11.3358 14.8358 11 15.25 11ZM15.25 13.625C14.6287 13.625 14.125 14.1287 14.125 14.75C14.125 15.3713 14.6287 15.875 15.25 15.875C15.8713 15.875 16.375 15.3713 16.375 14.75C16.375 14.1287 15.8713 13.625 15.25 13.625Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M10.5 10.25C10.9142 10.25 11.25 10.5858 11.25 11C11.25 11.4142 10.9142 11.75 10.5 11.75H3C2.86193 11.75 2.75 11.8619 2.75 12V15C2.75 15.1381 2.86193 15.25 3 15.25H9C9.41421 15.25 9.75 15.5858 9.75 16C9.75 16.4142 9.41421 16.75 9 16.75H3C2.0335 16.75 1.25 15.9665 1.25 15V12C1.25 11.0335 2.0335 10.25 3 10.25H10.5Z",fill:e}),t("path",{d:"M17 2.25C17.9665 2.25 18.75 3.0335 18.75 4V7C18.75 7.9665 17.9665 8.75 17 8.75H3C2.0335 8.75 1.25 7.9665 1.25 7V4C1.25 3.0335 2.0335 2.25 3 2.25H17ZM3 3.75C2.86193 3.75 2.75 3.86193 2.75 4V7C2.75 7.13807 2.86193 7.25 3 7.25H17C17.1381 7.25 17.25 7.13807 17.25 7V4C17.25 3.86193 17.1381 3.75 17 3.75H3Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconRowSettingOutline";export{u as IconRowSettingOutline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as t,a as l,b as c,j as C}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var n=["color"],h=d(function(i,r){var s=i.color,o=s===void 0?"currentColor":s,L=t(i,n),a=L,e=a.className;return L=l(l({},L),{},{width:"".concat(L.width||L.size||20),height:"".concat(L.height||L.size||20),className:"".concat(e?e+" ":"","customeow-icon customeow-icon-icon-scissors-disable-bicolor-solid")}),c("svg",l(l({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},L),{},{ref:r,children:[c("g",{clipPath:"url(#a)",children:[C("path",{d:"M14.8729 0.363701C15.2808 -0.0963961 15.9504 -0.244973 16.5194 0.0189742L16.6317 0.0775679L16.7381 0.145927C17.2353 0.494927 17.4433 1.11828 17.2801 1.68694C18.036 2.03845 18.6971 2.61625 19.1463 3.39397L19.2498 3.5844C20.2319 5.50346 19.5996 7.86181 17.7899 9.03265L17.6053 9.14495C16.1554 9.98208 14.4184 9.85554 13.1239 8.97015L12.3914 10.2397L12.6385 11.1616L12.8104 11.2602C14.1273 10.1675 16.0363 9.94823 17.6053 10.8539L17.7899 10.9672C19.5994 12.138 20.2314 14.4956 19.2498 16.4145L19.1463 16.6049C18.0199 18.5557 15.5683 19.263 13.5858 18.2485L13.3953 18.145C11.8261 17.2387 11.0607 15.4759 11.3494 13.7885L10.5946 13.353L7.50569 18.7055C7.11587 19.3797 6.25332 19.6104 5.57991 19.2221C4.90718 18.8333 4.67411 17.9714 5.06331 17.2963L7.15901 13.6645L4.42562 14.8198C3.80531 15.0814 3.12452 15.1544 2.46663 15.0356L2.18538 14.9731L1.48226 14.7846C0.913414 14.6319 0.490318 14.152 0.41292 13.5658C0.336457 12.9822 0.617451 12.4057 1.12972 12.1098L4.60042 10.1059L4.74495 10.0346C4.76567 10.0261 4.78738 10.0204 4.80843 10.0131L1.12972 7.88909C0.617689 7.59324 0.336029 7.01825 0.41292 6.43401L0.431475 6.32464C0.54371 5.78996 0.947136 5.35875 1.48128 5.21526L2.1844 5.02679L2.46565 4.96331C3.12379 4.84443 3.80521 4.91843 4.42562 5.18011L10.5623 7.76897L14.7059 0.594169L14.7235 0.563896L14.745 0.534599L14.828 0.419365L14.8485 0.390068L14.8729 0.363701ZM5.67855 17.6508C5.48552 17.9855 5.60087 18.4135 5.93538 18.6069C6.27001 18.7996 6.69821 18.6854 6.89144 18.351L5.67855 17.6508ZM16.2772 0.692802C15.9843 0.524081 15.62 0.590967 15.4041 0.834404L15.3211 0.949638L5.67855 17.6508L6.28499 18.0004L6.89144 18.351L10.3358 12.3842L12.1639 13.4399C11.6751 14.9733 12.2999 16.6929 13.7508 17.5307C15.3724 18.4666 17.4315 17.9581 18.4373 16.4037L18.5321 16.2504C19.4681 14.6288 18.9585 12.5688 17.4041 11.5629L17.2508 11.4692C15.7998 10.6315 13.9975 10.9509 12.9139 12.141L12.0301 11.6303L11.6317 10.144L11.6307 10.141L12.9354 7.8803C13.9533 8.97885 15.5879 9.32084 16.9764 8.67327L17.2508 8.53069C18.872 7.59427 19.4612 5.55583 18.618 3.90765L18.5321 3.74944C18.0253 2.87204 17.1949 2.29873 16.2791 2.08929L16.534 1.64886L16.5916 1.51995C16.6945 1.21123 16.5698 0.862004 16.2772 0.692802ZM13.7684 13.5004C14.3207 12.544 15.5443 12.2159 16.5008 12.768C17.4568 13.3204 17.7843 14.5441 17.2323 15.5004L17.1209 15.6723C16.5674 16.4394 15.5453 16.7125 14.6825 16.3246L14.5008 16.2319C13.6042 15.7141 13.2592 14.6066 13.6746 13.6821L13.7684 13.5004ZM16.1453 13.3823C15.5672 13.0487 14.8374 13.2143 14.4549 13.7446L14.3826 13.8549C14.0268 14.4716 14.2384 15.2602 14.8553 15.6166L14.9725 15.6772C15.5688 15.9453 16.283 15.7231 16.617 15.145L16.6776 15.0278C16.9278 14.4709 16.7504 13.8113 16.2557 13.4545L16.1453 13.3823ZM5.45589 10.7211C5.30139 10.6322 5.11033 10.6321 4.95589 10.7211L1.48519 12.725L1.39241 12.7885C1.18922 12.9508 1.08248 13.21 1.11702 13.4731C1.15678 13.7736 1.37405 14.0205 1.66683 14.0991L2.36995 14.2875C2.8864 14.4258 3.43031 14.4105 3.93538 14.2455L4.15022 14.1655L6.98519 12.9682L7.56917 11.9565L7.4803 11.8901L5.45589 10.7211ZM4.15022 5.8344C3.58693 5.59679 2.95952 5.55417 2.36897 5.71233L1.66585 5.90081L1.5594 5.93792C1.32145 6.04197 1.1518 6.264 1.11702 6.52679L1.11019 6.63909C1.11512 6.8991 1.25549 7.14213 1.48519 7.27483L8.07601 11.0795L9.74202 8.19378L4.15022 5.8344ZM15.4647 3.50042C16.1674 3.48847 16.8557 3.84783 17.2323 4.49944C17.7842 5.45581 17.4569 6.6795 16.5008 7.23186L16.3182 7.32464C15.4551 7.71257 14.4322 7.43887 13.8787 6.67132L13.7684 6.49944C13.7624 6.48906 13.7575 6.47767 13.7518 6.46722L15.4647 3.50042ZM14.5975 6.41936C15.0008 6.81545 15.6322 6.91288 16.1453 6.61663L16.2557 6.54534C16.786 6.16299 16.9512 5.43267 16.617 4.85394C16.4414 4.54996 16.1603 4.34559 15.8455 4.25823L14.5975 6.41936Z",fill:o}),C("path",{d:"M6.89097 18.3508C6.69767 18.6853 6.2696 18.7997 5.93491 18.6067C5.6004 18.4134 5.48505 17.9853 5.67808 17.6506L6.89097 18.3508Z",fill:o}),C("path",{d:"M15.4037 0.834217C15.6195 0.590712 15.9838 0.523875 16.2767 0.692616C16.5696 0.861736 16.6941 1.21091 16.5912 1.51976L16.5335 1.64867L16.2787 2.0891C17.1946 2.29847 18.0248 2.87172 18.5316 3.74926C19.498 5.42314 18.924 7.5639 17.2503 8.53051C15.8083 9.36306 14.0207 9.05212 12.9349 7.88012L11.6302 10.1409L11.6312 10.1438L12.0296 11.6301L12.9134 12.1409C13.997 10.9507 15.7993 10.6313 17.2503 11.469C18.924 12.4355 19.4979 14.5764 18.5316 16.2502C17.5651 17.9241 15.4243 18.4969 13.7503 17.5305C12.2995 16.6927 11.6746 14.9731 12.1634 13.4397L10.3353 12.384L6.89097 18.3508L6.28452 18.0002L5.67808 17.6506L15.3207 0.949452L15.4037 0.834217ZM16.5003 12.7678C15.5438 12.2157 14.3202 12.5438 13.7679 13.5002C13.216 14.4567 13.544 15.6794 14.5003 16.2317C15.4567 16.7837 16.6794 16.4564 17.2318 15.5002C17.7839 14.5438 17.4567 13.3201 16.5003 12.7678ZM13.7513 6.46703C13.7572 6.47758 13.7619 6.48877 13.7679 6.49926C14.3202 7.45584 15.5438 7.78396 16.5003 7.23168C17.4567 6.67931 17.784 5.45574 17.2318 4.49926C16.8552 3.84753 16.167 3.48815 15.4642 3.50023L13.7513 6.46703Z",fill:o,fillRule:"evenodd",clipRule:"evenodd"}),C("path",{d:"M4.95542 10.7209C5.10989 10.6318 5.30086 10.632 5.45542 10.7209L7.47984 11.8899C7.51304 11.9091 7.5422 11.9321 7.5687 11.9563L6.98472 12.968 4.14976 14.1653C3.58644 14.4029 2.96004 14.4455 2.36948 14.2873L1.66636 14.0989C1.3735 14.0203 1.15623 13.7735 1.11655 13.4729 1.07709 13.1723 1.22216 12.8765 1.48472 12.7248L4.95542 10.7209ZM2.36851 5.71215C2.95915 5.55389 3.58636 5.59656 4.14976 5.83422L9.74156 8.19359 8.07554 11.0793 1.48472 7.27465C1.22213 7.12294 1.07697 6.82728 1.11655 6.5266 1.15631 6.22621 1.37274 5.9792 1.66538 5.90062L2.36851 5.71215Z",fill:o})]}),C("defs",{children:C("clipPath",{id:"a",children:C("path",{fill:o,d:"M0 0H20V20H0z"})})})]}))});h.displayName="IconScissorsDisableBicolorSolid";export{h as IconScissorsDisableBicolorSolid,h as default};
@@ -0,0 +1 @@
1
+ import{_ as i,a as o,j as L}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as l}from"react";var n=["color"],p=l(function(e,t){var r=e.color,a=r===void 0?"currentColor":r,C=i(e,n),s=C,c=s.className;return C=o(o({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-select-group-solid")}),L("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:t,children:L("path",{d:"M17.4782 8.28164C18.0425 8.28164 18.5 8.73913 18.5 9.30348V17.4782C18.5 18.0425 18.0425 18.5 17.4782 18.5H9.30348C8.73913 18.5 8.28164 18.0425 8.28164 17.4782V13.4816C8.46925 13.4302 8.64768 13.3424 8.80254 13.2152L9.12485 12.9498L9.86928 13.8838C10.3555 14.493 11.2478 14.5934 11.8561 14.0943L11.8571 14.0933L12.9777 13.1713L13.0815 13.0775C13.311 12.8469 13.4524 12.5443 13.4856 12.2253C13.5188 11.9043 13.4414 11.581 13.2661 11.3102L13.1853 11.1975L12.4219 10.2395L12.7671 9.95609L12.9039 9.82836C13.1565 9.55703 13.2905 9.19784 13.2821 8.83147L13.2651 8.64687L13.2252 8.46625C13.2065 8.40263 13.1814 8.34158 13.1543 8.28164H17.4782ZM2.15062 13.0426C2.50975 13.0426 2.80124 13.3341 2.80124 13.6932V15.1561C2.80139 15.515 3.09196 15.8056 3.45087 15.8057H4.91377C5.2729 15.8057 5.56439 16.0972 5.56439 16.4563C5.56439 16.8155 5.2729 17.107 4.91377 17.107H3.45087C2.3737 17.1068 1.50015 16.2333 1.5 15.1561V13.6932C1.5 13.3341 1.79149 13.0426 2.15062 13.0426ZM7.33864 6.75188L12.0147 8.50117C12.1424 8.55121 12.2338 8.66635 12.2552 8.80353C12.2765 8.94071 12.2247 9.07926 12.1185 9.16676L10.9959 10.0908L12.3859 11.8341C12.4499 11.9144 12.4794 12.0178 12.4688 12.1205C12.458 12.223 12.408 12.317 12.3291 12.382L11.2084 13.304C11.0437 13.4393 10.8009 13.4133 10.6676 13.2461L9.27753 11.5018L8.15391 12.4259C8.04752 12.5132 7.90348 12.5363 7.77571 12.4867C7.64793 12.437 7.55593 12.3215 7.53422 12.1844L6.82073 7.17698C6.79925 7.03957 6.852 6.90039 6.95844 6.81275C7.06516 6.72502 7.21052 6.70171 7.33864 6.75188ZM2.15062 7.18995C2.50975 7.18995 2.80124 7.48144 2.80124 7.84057V10.7664C2.80124 11.1255 2.50975 11.417 2.15062 11.417C1.79149 11.417 1.5 11.1255 1.5 10.7664V7.84057C1.5 7.48144 1.79149 7.18995 2.15062 7.18995ZM5.71408 8.97318C5.87873 8.83807 6.12061 8.86406 6.25393 9.03105C6.38706 9.19827 6.36167 9.44355 6.19705 9.57889L5.59932 10.0699C5.43461 10.205 5.19277 10.1791 5.05946 10.012C4.92656 9.84476 4.9528 9.59941 5.11734 9.46414L5.71408 8.97318ZM4.6174 7.07719L5.3229 7.15203C5.5336 7.17456 5.68626 7.36621 5.66418 7.58012C5.64193 7.79392 5.45368 7.94972 5.24307 7.92739L4.53757 7.85155C4.32695 7.82901 4.17432 7.63729 4.19629 7.42346C4.21855 7.20974 4.40688 7.05497 4.6174 7.07719ZM9.89622 5.53446C10.0609 5.39925 10.3027 5.42533 10.4361 5.59233C10.5694 5.75956 10.5439 6.00477 10.3792 6.14017L9.78246 6.63213C9.61787 6.76733 9.37601 6.74111 9.2426 6.57425C9.10941 6.4072 9.13423 6.1619 9.29849 6.02641L9.89622 5.53446ZM5.54044 5.03452C5.7051 4.8992 5.94691 4.92533 6.0803 5.09239L6.59521 5.73703C6.72846 5.90423 6.70296 6.15048 6.53833 6.28587C6.37369 6.42107 6.13184 6.39497 5.99847 6.22799L5.48456 5.58236C5.35127 5.41515 5.37581 5.16992 5.54044 5.03452ZM8.12198 4.19629C8.33248 4.21903 8.48535 4.41058 8.46325 4.62438L8.39839 5.25205C8.37624 5.46603 8.18704 5.62177 7.97629 5.59932C7.76564 5.57684 7.61209 5.38506 7.63401 5.17123L7.69987 4.54256C7.72221 4.32876 7.91132 4.17381 8.12198 4.19629ZM4.91377 1.5C5.2729 1.5 5.56439 1.79149 5.56439 2.15062C5.56439 2.50975 5.2729 2.80124 4.91377 2.80124H3.45087C3.09196 2.80139 2.80139 3.09196 2.80124 3.45087V4.91377C2.80124 5.2729 2.50975 5.56439 2.15062 5.56439C1.79149 5.56439 1.5 5.2729 1.5 4.91377V3.45087C1.50015 2.3737 2.3737 1.50015 3.45087 1.5H4.91377ZM15.1561 1.5C16.2333 1.50015 17.1068 2.3737 17.107 3.45087V4.91377C17.107 5.2729 16.8155 5.56439 16.4563 5.56439C16.0972 5.56439 15.8057 5.2729 15.8057 4.91377V3.45087C15.8056 3.09196 15.515 2.80139 15.1561 2.80124H13.6932C13.3341 2.80124 13.0426 2.50975 13.0426 2.15062C13.0426 1.79149 13.3341 1.5 13.6932 1.5H15.1561ZM10.7664 1.5C11.1255 1.5 11.417 1.79149 11.417 2.15062C11.417 2.50975 11.1255 2.80124 10.7664 2.80124H7.84057C7.48144 2.80124 7.18995 2.50975 7.18995 2.15062C7.18995 1.79149 7.48144 1.5 7.84057 1.5H10.7664Z",fill:a})}))});p.displayName="IconSelectGroupSolid";export{p as IconSelectGroupSolid,p as default};
@@ -0,0 +1 @@
1
+ import{_ as a,a as e,b as n,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as p}from"react";var d=["color"],H=p(function(C,c){var l=C.color,t=l===void 0?"currentColor":l,o=a(C,d),i=o,s=i.className;return o=e(e({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(s?s+" ":"","customeow-icon customeow-icon-icon-split-cells-outline")}),n("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:[r("path",{d:"M7.50001 1.25C8.46646 1.25005 9.25001 2.03353 9.25001 3V17C9.25001 17.9665 8.46646 18.7499 7.50001 18.75H4.50001C3.53351 18.75 2.75001 17.9665 2.75001 17V15.5C2.75001 15.0858 3.0858 14.75 3.50001 14.75 3.91418 14.7501 4.25001 15.0858 4.25001 15.5V17C4.25001 17.1381 4.36194 17.25 4.50001 17.25H7.50001C7.63804 17.2499 7.75001 17.138 7.75001 17V3C7.75001 2.86196 7.63804 2.75005 7.50001 2.75H4.50001C4.36194 2.75 4.25001 2.86193 4.25001 3V5C4.25001 5.41418 3.91418 5.74995 3.50001 5.75 3.0858 5.75 2.75001 5.41421 2.75001 5V3C2.75001 2.0335 3.53351 1.25 4.50001 1.25H7.50001ZM16 1.25C16.9665 1.25005 17.75 2.03353 17.75 3V5C17.75 5.41418 17.4142 5.74995 17 5.75 16.5858 5.75 16.25 5.41421 16.25 5V3C16.25 2.86196 16.138 2.75005 16 2.75H13C12.8619 2.75 12.75 2.86193 12.75 3V17C12.75 17.1381 12.8619 17.25 13 17.25H16C16.138 17.2499 16.25 17.138 16.25 17V15.5C16.25 15.0858 16.5858 14.75 17 14.75 17.4142 14.7501 17.75 15.0858 17.75 15.5V17C17.75 17.9665 16.9665 18.7499 16 18.75H13C12.0335 18.75 11.25 17.9665 11.25 17V3C11.25 2.0335 12.0335 1.25 13 1.25H16Z",fill:t}),r("path",{d:"M2.51564 7.44824C2.81014 7.20832 3.24407 7.22572 3.51857 7.5 3.79307 7.77467 3.81075 8.20938 3.57032 8.50391L3.51857 8.56055 2.83009 9.25H6.34376C6.75765 9.25036 7.09373 9.58604 7.09376 10 7.09369 10.4139 6.75762 10.7496 6.34376 10.75H2.792L3.51857 11.4775 3.57032 11.5342C3.81062 11.8288 3.79314 12.2635 3.51857 12.5381 3.24411 12.8123 2.81011 12.8296 2.51564 12.5898L2.45802 12.5381 1.79591 11.875.469738 10.5498C.176871 10.2569.176901 9.78118.469738 9.48828L1.79591 8.16309 2.45802 7.5 2.51564 7.44824ZM16.4815 7.5C16.7559 7.22577 17.1899 7.20847 17.4844 7.44824L17.542 7.5 18.2041 8.16309 19.5303 9.48828C19.8231 9.78118 19.8232 10.2569 19.5303 10.5498L18.2041 11.875 17.542 12.5381 17.4844 12.5898C17.1899 12.8295 16.7559 12.8122 16.4815 12.5381 16.2071 12.2635 16.1896 11.8287 16.4297 11.5342L16.4815 11.4775 17.208 10.75H13.6563C13.2425 10.7495 12.9063 10.4138 12.9063 10 12.9063 9.58614 13.2425 9.25052 13.6563 9.25H17.1699L16.4815 8.56055 16.4297 8.50391C16.1894 8.20944 16.2071 7.77464 16.4815 7.5Z",fill:t})]}))});H.displayName="IconSplitCellsOutline";export{H as IconSplitCellsOutline,H as default};
@@ -1 +1 @@
1
- import{_ as l,a as e,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var H=["color"],p=n(function(r,C){var t=r.color,i=t===void 0?"currentColor":t,o=l(r,H),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-svg-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:"M3.68982 5.068 3.68983 3.58154H16.3101L16.3101 5.06799C16.3101 5.4822 16.6459 5.81799 17.0601 5.81799 17.4743 5.818 17.8101 5.48221 17.8101 5.068L17.8101 3.30945C17.8101 2.95753 17.6545 2.63769 17.4075 2.41475 17.1631 2.19411 16.8465 2.08154 16.5306 2.08154H3.46934C3.1534 2.08154 2.83688 2.19411 2.59242 2.41475 2.34541 2.63768 2.18983 2.95752 2.18983 3.30944L2.18982 5.06799C2.18982 5.4822 2.5256 5.81799 2.93981 5.81799 3.35403 5.818 3.68982 5.48221 3.68982 5.068ZM3.68983 14.8864C3.68983 14.4722 3.35404 14.1364 2.93983 14.1364 2.52562 14.1364 2.18983 14.4722 2.18983 14.8864V16.6908C2.18983 17.0427 2.34541 17.3626 2.59242 17.5855 2.83688 17.8061 3.1534 17.9187 3.46934 17.9187H16.5306C16.8465 17.9187 17.1631 17.8061 17.4075 17.5855 17.6545 17.3626 17.8101 17.0427 17.8101 16.6908V14.8864C17.8101 14.4722 17.4743 14.1364 17.0601 14.1364 16.6459 14.1364 16.3101 14.4722 16.3101 14.8864V16.4187H3.68983V14.8864ZM12.1055 7.69997C12.2159 7.30074 11.9818 6.8876 11.5826 6.7772 11.1833 6.6668 10.7702 6.90094 10.6598 7.30017L10.0005 9.68416 9.34236 7.30045C9.23212 6.90118 8.81907 6.66688 8.4198 6.77712 8.02052 6.88736 7.78622 7.30041 7.89646 7.69968L9.27703 12.6997C9.3668 13.0248 9.66255 13.25 9.99983 13.2501 10.3371 13.2501 10.6329 13.025 10.7228 12.7L12.1055 7.69997ZM4.49685 8.39651C4.59062 8.30275 4.71779 8.25007 4.8504 8.25007H6.24998C6.66419 8.25007 6.99998 7.91428 6.99998 7.50007 6.99998 7.08585 6.66419 6.75007 6.24998 6.75007H4.8504C4.31997 6.75007 3.81126 6.96078 3.43619 7.33585 3.06112 7.71093 2.8504 8.21964 2.8504 8.75007 2.8504 9.2805 3.06112 9.78921 3.43619 10.1643 3.81126 10.5394 4.31997 10.7501 4.8504 10.7501H5.41664C5.54925 10.7501 5.67643 10.8027 5.7702 10.8965 5.86396 10.9903 5.91664 11.1175 5.91664 11.2501 5.91664 11.3827 5.86397 11.5099 5.7702 11.6036 5.67643 11.6974 5.54925 11.7501 5.41664 11.7501H3.74998C3.33576 11.7501 2.99998 12.0859 2.99998 12.5001 2.99998 12.9143 3.33576 13.2501 3.74998 13.2501H5.41664C5.94708 13.2501 6.45578 13.0394 6.83086 12.6643 7.20593 12.2892 7.41664 11.7805 7.41664 11.2501 7.41664 10.7196 7.20593 10.2109 6.83086 9.83585 6.45578 9.46078 5.94708 9.25007 5.41664 9.25007H4.8504C4.71779 9.25007 4.59062 9.19739 4.49685 9.10362 4.40308 9.00985 4.3504 8.88268 4.3504 8.75007 4.3504 8.61746 4.40308 8.49028 4.49685 8.39651ZM13.95 6.75007C13.4253 6.75007 13 7.1754 13 7.70007V12.3001C13 12.8247 13.4253 13.2501 13.95 13.2501H16.2225C16.7472 13.2501 17.1725 12.8247 17.1725 12.3001V10.5001C17.1725 10.0859 16.8367 9.75007 16.4225 9.75007 16.0083 9.75007 15.6725 10.0859 15.6725 10.5001V11.7501H14.5V8.25007H16.3215C16.7357 8.25007 17.0715 7.91428 17.0715 7.50007 17.0715 7.08585 16.7357 6.75007 16.3215 6.75007H13.95Z",fill:i})}))});p.displayName="IconSvgOutline";export{p as IconSvgOutline,p as default};
1
+ import{_ as l,a as e,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var H=["color"],p=n(function(r,C){var t=r.color,i=t===void 0?"currentColor":t,o=l(r,H),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-svg-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:"M3.48981 5.068 3.48982 3.58154H16.5101L16.5101 5.06799C16.5101 5.4822 16.8459 5.81799 17.2601 5.81799 17.6743 5.818 18.0101 5.48221 18.0101 5.068L18.0101 3.30945C18.0101 2.95753 17.8545 2.63769 17.6075 2.41475 17.3631 2.19411 17.2465 2.08154 16.7306 2.08154H3.26933C2.95339 2.08154 2.63687 2.19411 2.3924 2.41475 2.1454 2.63768 1.98982 2.95752 1.98982 3.30944L1.98981 5.06799C1.9898 5.4822 2.32559 5.81799 2.7398 5.81799 3.15402 5.818 3.4898 5.48221 3.48981 5.068ZM3.48982 14.8864C3.48982 14.4722 3.15403 14.1364 2.73982 14.1364 2.32561 14.1364 1.98982 14.4722 1.98982 14.8864V16.6908C1.98982 17.0427 2.1454 17.3626 2.3924 17.5855 2.63687 17.8061 2.95339 17.9187 3.26933 17.9187H16.7306C17.0465 17.9187 17.363 17.8061 17.6075 17.5855 17.8545 17.3626 18.0101 17.0427 18.0101 16.6908V14.8864C18.0101 14.4722 17.6743 14.1364 17.2601 14.1364 16.8459 14.1364 16.5101 14.4722 16.5101 14.8864V16.4187H3.48982V14.8864ZM12.1055 7.69997C12.2159 7.30074 11.9818 6.8876 11.5826 6.7772 11.1833 6.6668 10.7702 6.90094 10.6598 7.30017L10.0005 9.68416 9.34235 7.30045C9.2321 6.90118 8.81906 6.66688 8.41978 6.77712 8.02051 6.88736 7.78621 7.30041 7.89645 7.69968L9.27702 12.6997C9.36679 13.0248 9.66254 13.25 9.99982 13.2501 10.3371 13.2501 10.6329 13.025 10.7228 12.7L12.1055 7.69997ZM4.49684 8.39651C4.59061 8.30275 4.71778 8.25007 4.85039 8.25007H6.24996C6.66418 8.25007 6.99996 7.91428 6.99996 7.50007 6.99996 7.08585 6.66418 6.75007 6.24996 6.75007H4.85039C4.31996 6.75007 3.81125 6.96078 3.43618 7.33585 3.0611 7.71093 2.85039 8.21964 2.85039 8.75007 2.85039 9.2805 3.0611 9.78921 3.43618 10.1643 3.81125 10.5394 4.31996 10.7501 4.85039 10.7501H5.41663C5.54924 10.7501 5.67642 10.8027 5.77018 10.8965 5.86395 10.9903 5.91663 11.1175 5.91663 11.2501 5.91663 11.3827 5.86395 11.5099 5.77018 11.6036 5.67642 11.6974 5.54924 11.7501 5.41663 11.7501H3.74996C3.33575 11.7501 2.99996 12.0859 2.99996 12.5001 2.99996 12.9143 3.33575 13.2501 3.74996 13.2501H5.41663C5.94706 13.2501 6.45577 13.0394 6.83084 12.6643 7.20592 12.2892 7.41663 11.7805 7.41663 11.2501 7.41663 10.7196 7.20592 10.2109 6.83084 9.83585 6.45577 9.46078 5.94706 9.25007 5.41663 9.25007H4.85039C4.71778 9.25007 4.59061 9.19739 4.49684 9.10362 4.40307 9.00985 4.35039 8.88268 4.35039 8.75007 4.35039 8.61746 4.40307 8.49028 4.49684 8.39651ZM13.95 6.75007C13.4253 6.75007 13 7.1754 13 7.70007V12.3001C13 12.8247 13.4253 13.2501 13.95 13.2501H16.2225C16.7472 13.2501 17.1725 12.8247 17.1725 12.3001V10.5001C17.1725 10.0859 16.8367 9.75007 16.4225 9.75007 16.0083 9.75007 15.6725 10.0859 15.6725 10.5001V11.7501H14.5V8.25007H16.3215C16.7357 8.25007 17.0715 7.91428 17.0715 7.50007 17.0715 7.08585 16.7357 6.75007 16.3215 6.75007H13.95Z",fill:i})}))});p.displayName="IconSvgOutline";export{p as IconSvgOutline,p as default};
@@ -0,0 +1 @@
1
+ import{_ as C,a as e,j as c}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var p=["color"],H=n(function(r,l){var t=r.color,s=t===void 0?"currentColor":t,o=C(r,p),i=o,a=i.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-table-close-outline")}),c("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:c("path",{d:"M16.9121 12.7295C17.2181 12.4235 17.7145 12.4235 18.0205 12.7295C18.3265 13.0355 18.3265 13.5319 18.0205 13.8379L16.3584 15.5L18.0205 17.1621C18.3265 17.4681 18.3265 17.9645 18.0205 18.2705C17.7145 18.5765 17.2181 18.5765 16.9121 18.2705L15.25 16.6084L13.5879 18.2705L13.5273 18.3242C13.2196 18.5748 12.7662 18.5572 12.4795 18.2705C12.1928 17.9838 12.1752 17.5304 12.4258 17.2227L12.4795 17.1621L14.1416 15.5L12.4795 13.8379L12.4258 13.7773C12.1752 13.4696 12.1928 13.0162 12.4795 12.7295C12.7662 12.4428 13.2196 12.4252 13.5273 12.6758L13.5879 12.7295L15.25 14.3916L16.9121 12.7295ZM16.25 1.75C17.2165 1.75 18 2.5335 18 3.5V10C18 10.4142 17.6642 10.75 17.25 10.75C16.8358 10.75 16.5 10.4142 16.5 10V8.5H7.75V16.75H9.75C10.1642 16.75 10.5 17.0858 10.5 17.5C10.5 17.9142 10.1642 18.25 9.75 18.25H3.25C2.2835 18.25 1.5 17.4665 1.5 16.5V3.5C1.5 2.5335 2.2835 1.75 3.25 1.75H16.25ZM3 16.5C3 16.6381 3.11193 16.75 3.25 16.75H6.25V13.5H3V16.5ZM3 12H6.25V8.5H3V12ZM3.25 3.25C3.11193 3.25 3 3.36193 3 3.5V7H6.25V3.25H3.25ZM7.75 7H16.5V3.5C16.5 3.36193 16.3881 3.25 16.25 3.25H7.75V7Z",fill:s})}))});H.displayName="IconTableCloseOutline";export{H as IconTableCloseOutline,H as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as e,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as H}from"react";var V=["color"],d=H(function(l,c){var r=l.color,i=r===void 0?"currentColor":r,o=n(l,V),s=o,t=s.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-table-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:"M16.5 1.75C17.4665 1.75 18.25 2.5335 18.25 3.5V16.5C18.25 17.4665 17.4665 18.25 16.5 18.25H3.5C2.5335 18.25 1.75 17.4665 1.75 16.5V3.5C1.75 2.5335 2.5335 1.75 3.5 1.75H16.5ZM13.25 13V16.75H16.5C16.6381 16.75 16.75 16.6381 16.75 16.5V13H13.25ZM8.25 16.75H11.75V13H8.25V16.75ZM3.25 16.5C3.25 16.6381 3.36193 16.75 3.5 16.75H6.75V13H3.25V16.5ZM13.25 8V11.5H16.75V8H13.25ZM3.25 11.5H6.75V8H3.25V11.5ZM8.25 11.5H11.75V8H8.25V11.5ZM3.5 3.25C3.36193 3.25 3.25 3.36193 3.25 3.5V6.5H16.75V3.5C16.75 3.36193 16.6381 3.25 16.5 3.25H3.5Z",fill:i,fillRule:"evenodd",clipRule:"evenodd"})}))});d.displayName="IconTableOutline";export{d as IconTableOutline,d as default};
@@ -0,0 +1 @@
1
+ import{_ as n,a as o,b as s,j as a}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var H=["color"],V=d(function(C,c){var l=C.color,t=l===void 0?"currentColor":l,e=n(C,H),r=e,i=r.className;return e=o(o({},e),{},{width:"".concat(e.width||e.size||20),height:"".concat(e.height||e.size||20),className:"".concat(i?i+" ":"","customeow-icon customeow-icon-icon-table-setting-outline")}),s("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{ref:c,children:[a("path",{d:"M14.8501 11.1001C15.2643 11.1001 15.6001 11.4359 15.6001 11.8501V12.3354C15.7589 12.3828 15.9115 12.444 16.0562 12.519L16.5063 12.0698L16.563 12.0181C16.8576 11.7782 17.2925 11.7954 17.5669 12.0698C17.8411 12.3445 17.8579 12.7793 17.6177 13.0737L17.5669 13.1304L17.1353 13.561C17.2308 13.7301 17.3082 13.9104 17.3647 14.1001H17.8501C18.2643 14.1001 18.6001 14.4359 18.6001 14.8501C18.6001 15.2643 18.2643 15.6001 17.8501 15.6001H17.3647C17.3128 15.7744 17.2438 15.9411 17.1587 16.0981L17.6763 16.6157L17.7271 16.6724C17.9674 16.9669 17.9509 17.4017 17.6763 17.6763C17.4017 17.9509 16.9669 17.9674 16.6724 17.7271L16.6157 17.6763L16.0981 17.1587C15.9411 17.2437 15.7743 17.3119 15.6001 17.3638V17.8501C15.6001 18.2643 15.2643 18.6001 14.8501 18.6001C14.4359 18.6001 14.1001 18.2643 14.1001 17.8501V17.3638C13.9105 17.3073 13.73 17.2308 13.561 17.1353L13.021 17.6763C12.7282 17.9688 12.2533 17.9686 11.9604 17.6763C11.6676 17.3834 11.6678 16.9086 11.9604 16.6157L12.519 16.0562C12.444 15.9115 12.3828 15.7589 12.3354 15.6001H11.8501C11.4359 15.6001 11.1001 15.2643 11.1001 14.8501C11.1001 14.4359 11.4359 14.1001 11.8501 14.1001H12.3354C12.3874 13.9256 12.4553 13.7583 12.5405 13.6011L12.0698 13.1304L12.0181 13.0737C11.7778 12.7791 11.7952 12.3444 12.0698 12.0698C12.3444 11.7952 12.7791 11.7778 13.0737 12.0181L13.1304 12.0698L13.6011 12.5405C13.7583 12.4553 13.9256 12.3874 14.1001 12.3354V11.8501C14.1001 11.4359 14.4359 11.1001 14.8501 11.1001ZM14.8501 13.7251C14.2288 13.7251 13.7251 14.2288 13.7251 14.8501C13.7251 15.4714 14.2288 15.9751 14.8501 15.9751C15.4714 15.9751 15.9751 15.4714 15.9751 14.8501C15.9751 14.2288 15.4714 13.7251 14.8501 13.7251Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"}),a("path",{d:"M16.1001 1.3501C17.0666 1.3501 17.8501 2.1336 17.8501 3.1001V9.6001C17.8501 10.0143 17.5143 10.3501 17.1001 10.3501C16.6859 10.3501 16.3501 10.0143 16.3501 9.6001V8.1001H7.6001V16.3501H9.6001C10.0143 16.3501 10.3501 16.6859 10.3501 17.1001C10.3501 17.5143 10.0143 17.8501 9.6001 17.8501H3.1001C2.1336 17.8501 1.3501 17.0666 1.3501 16.1001V3.1001C1.3501 2.1336 2.1336 1.3501 3.1001 1.3501H16.1001ZM2.8501 16.1001C2.8501 16.2382 2.96203 16.3501 3.1001 16.3501H6.1001V13.1001H2.8501V16.1001ZM2.8501 11.6001H6.1001V8.1001H2.8501V11.6001ZM3.1001 2.8501C2.96203 2.8501 2.8501 2.96203 2.8501 3.1001V6.6001H6.1001V2.8501H3.1001ZM7.6001 6.6001H16.3501V3.1001C16.3501 2.96203 16.2382 2.8501 16.1001 2.8501H7.6001V6.6001Z",fill:t,fillRule:"evenodd",clipRule:"evenodd"})]}))});V.displayName="IconTableSettingOutline";export{V as IconTableSettingOutline,V as default};
@@ -0,0 +1 @@
1
+ import{_ as L,a as e,b as s,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var d=["color"],p=n(function(t,a){var l=t.color,C=l===void 0?"currentColor":l,o=L(t,d),i=o,c=i.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-text-border-color-outline")}),s("svg",e(e({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:a,children:[r("path",{d:"M14.5966 14.4581H11.9608L13.2128 10.8341L14.5966 14.4581Z",fill:C}),r("path",{d:"M6.55261 2.98351C8.33142 2.3964 10.2228 2.517 11.5253 2.97668L11.7782 3.07238L11.8475 3.10558C12.1822 3.28534 12.3333 3.69305 12.1854 4.05187C12.0275 4.43459 11.5887 4.61668 11.2059 4.4591C10.2335 4.05836 8.57714 3.89419 7.02234 4.40734C5.51167 4.90617 4.10015 6.0402 3.49207 8.2716C3.10017 9.71013 3.24778 10.858 3.6659 11.7579C4.08925 12.6687 4.81801 13.3839 5.67273 13.8927C6.52987 14.4028 7.48341 14.6871 8.30261 14.753C8.89298 14.8005 9.32883 14.728 9.61023 14.6193L11.163 10.1251C11.8026 8.2769 14.3331 8.17358 15.1581 9.87121C15.2432 9.79032 15.3151 9.70829 15.372 9.62414C15.6558 9.20385 15.74 8.50989 14.9686 7.3634L15.5907 6.94543L16.2128 6.52648C17.1584 7.93194 17.3823 9.32823 16.6151 10.464C16.3855 10.8038 16.0826 11.0905 15.7255 11.3321L17.7079 16.5226L17.745 16.6349L17.7714 16.7325L17.7958 16.8468C17.9222 17.6148 17.4977 18.3897 16.744 18.6778C15.9906 18.9651 15.1562 18.6722 14.7382 18.0148C14.7159 17.9797 14.6951 17.9426 14.6766 17.9054L14.6317 17.8146C14.6154 17.7816 14.6009 17.7473 14.5878 17.713L14.1737 16.628H12.4491L12.0917 17.6632C11.7907 18.5339 10.8406 18.9981 9.96863 18.6974L9.96765 18.6964C9.09838 18.3951 8.6344 17.446 8.93445 16.5743L8.93543 16.5734L9.04578 16.2511C8.75965 16.2719 8.46826 16.2711 8.1825 16.2482C7.1342 16.1638 5.95909 15.809 4.90515 15.1818C3.84858 14.5528 2.88153 13.6299 2.30554 12.3907C1.72457 11.1406 1.56841 9.62556 2.0448 7.87707C2.79763 5.1145 4.61068 3.62463 6.55261 2.98351ZM14.1473 10.4777C13.8137 9.60622 12.5737 9.62602 12.2684 10.5079L10.0409 16.9552C9.95111 17.2159 10.09 17.5006 10.3505 17.5909C10.6114 17.6809 10.896 17.5422 10.9862 17.2814L11.618 15.4513C11.6406 15.4544 11.664 15.4581 11.6874 15.4581H14.9735L14.9784 15.4571L15.6805 17.296L15.7255 17.3868C15.8502 17.5831 16.1003 17.6711 16.3261 17.5851C16.5517 17.4988 16.6792 17.2667 16.6415 17.0372L16.6151 16.9396L14.1473 10.4777Z",fill:C,fillRule:"evenodd",clipRule:"evenodd"}),r("path",{d:"M5.65418 10.1954C6.19468 10.1954 6.6326 10.6335 6.63269 11.1739 6.63264 11.7145 6.19471 12.1525 5.65418 12.1525 5.11377 12.1523 4.67571 11.7144 4.67566 11.1739 4.67575 10.6335 5.11379 10.1956 5.65418 10.1954ZM15.618 2.30578C15.9109 2.01295 16.3857 2.01293 16.6786 2.30578 16.9712 2.59868 16.9713 3.07353 16.6786 3.36633L10.8651 9.1798C10.5723 9.47233 10.0974 9.4723 9.80457 9.1798 9.51179 8.88699 9.51195 8.41216 9.80457 8.11926L15.618 2.30578ZM5.953 6.98937C6.49356 6.98939 6.93152 7.42733 6.93152 7.96789 6.93142 8.50836 6.4935 8.94639 5.953 8.9464 5.41258 8.94632 4.97459 8.50832 4.97449 7.96789 4.97449 7.42738 5.41252 6.98946 5.953 6.98937ZM15.1718 6.32238C15.5154 6.09155 15.9816 6.183 16.2128 6.52648L14.9686 7.3634C14.7375 7.0198 14.8282 6.55365 15.1718 6.32238ZM8.60242 5.16418C9.14285 5.16418 9.58071 5.60232 9.58093 6.14269 9.58088 6.68321 9.14295 7.12219 8.60242 7.12219 8.06201 7.12204 7.62396 6.68312 7.6239 6.14269 7.62412 5.6024 8.06211 5.16432 8.60242 5.16418Z",fill:C})]}))});p.displayName="IconTextBorderColorOutline";export{p as IconTextBorderColorOutline,p as default};
@@ -1 +1 @@
1
- import{_ as i,a as o,b as n,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(e,s){var t=e.color,a=t===void 0?"currentColor":t,C=i(e,p),l=C,c=l.className;return C=o(o({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-text-case-ag-1-outline")}),n("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:s,children:[r("path",{d:"M15.1737 3.79999C12.2125 3.79999 9.95 6.45497 9.95 9.54999V10.55C9.95 13.645 12.2125 16.3 15.1737 16.3C17.8116 16.3 19.95 14.1616 19.95 11.5237V11.05C19.95 10.3596 19.3904 9.79999 18.7 9.79999H16.0684C15.6542 9.79999 15.3184 10.1358 15.3184 10.55C15.3184 10.9642 15.6542 11.3 16.0684 11.3H18.45V11.5237C18.45 13.3331 16.9831 14.8 15.1737 14.8C13.1934 14.8 11.45 12.9778 11.45 10.55V9.54999C11.45 7.12215 13.1934 5.29999 15.1737 5.29999C16.5408 5.29999 17.752 6.14765 18.1237 7.28326C18.2525 7.67693 18.6761 7.89162 19.0697 7.76279C19.4634 7.63395 19.6781 7.21038 19.5493 6.81671C18.9524 4.993 17.1108 3.79999 15.1737 3.79999Z",fill:a}),r("path",{d:"M5.92002 4.53307L10.2339 15.3605C10.3106 15.5449 10.301 15.7484 10.2073 15.9266C10.1136 16.1049 9.94342 16.2435 9.73367 16.3123C9.52392 16.3812 9.29162 16.3747 9.08729 16.2943C8.88297 16.2139 8.72315 16.0661 8.6426 15.883L7.24598 12.6205C7.24048 12.6076 7.23062 12.5965 7.21771 12.5886C7.2048 12.5808 7.18947 12.5766 7.17375 12.5765H3.11146C3.09574 12.5766 3.0804 12.5808 3.0675 12.5886C3.05459 12.5965 3.04473 12.6076 3.03923 12.6205L1.6426 15.883C1.56206 16.0661 1.40224 16.2139 1.19792 16.2943C0.993591 16.3747 0.761288 16.3812 0.551539 16.3123C0.34179 16.2435 0.171562 16.1049 0.0778849 15.9266C-0.0157922 15.7484 -0.0253408 15.5449 0.0513163 15.3605L4.32873 4.53307C4.38946 4.39117 4.49817 4.26889 4.64035 4.18257C4.78253 4.09624 4.95139 4.04999 5.12438 4.04999C5.29736 4.04999 5.46623 4.09624 5.60841 4.18257C5.75058 4.26889 5.8593 4.39117 5.92002 4.53307ZM5.05215 7.08261L3.73445 10.9957C3.73009 11.0059 3.72862 11.0176 3.73016 11.0285C3.7317 11.0393 3.73622 11.0496 3.74331 11.0586C3.75041 11.0676 3.75988 11.0749 3.77091 11.08C3.78194 11.0851 3.79422 11.0877 3.80668 11.0878H6.47853C6.49099 11.0877 6.50326 11.0851 6.5143 11.08C6.52533 11.0749 6.5348 11.0676 6.5419 11.0586C6.54899 11.0496 6.55351 11.0393 6.55505 11.0285C6.55659 11.0176 6.55512 11.0066 6.55076 10.9964L5.1966 7.08261C5.19104 7.06977 5.18116 7.05871 5.16826 7.05091C5.15536 7.04311 5.14005 7.03893 5.12438 7.03893C5.1087 7.03893 5.0934 7.04311 5.0805 7.05091C5.0676 7.05871 5.05771 7.06977 5.05215 7.08261Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconTextCaseAg1Outline";export{u as IconTextCaseAg1Outline,u as default};
1
+ import{_ as i,a as o,b as n,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var p=["color"],u=d(function(e,s){var t=e.color,a=t===void 0?"currentColor":t,C=i(e,p),l=C,c=l.className;return C=o(o({},C),{},{width:"".concat(C.width||C.size||20),height:"".concat(C.height||C.size||20),className:"".concat(c?c+" ":"","customeow-icon customeow-icon-icon-text-case-ag-1-outline")}),n("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},C),{},{ref:s,children:[r("path",{d:"M15.1737 3.80005C12.2125 3.80005 9.95 6.45504 9.95 9.55005V10.55C9.95 13.6451 12.2125 16.3 15.1737 16.3C17.8116 16.3 19.95 14.1616 19.95 11.5237V11.05C19.95 10.3597 19.3904 9.80005 18.7 9.80005H16.0684C15.6542 9.80005 15.3184 10.1358 15.3184 10.55C15.3184 10.9643 15.6542 11.3 16.0684 11.3H18.45V11.5237C18.45 13.3332 16.9831 14.8 15.1737 14.8C13.1934 14.8 11.45 12.9779 11.45 10.55V9.55005C11.45 7.12221 13.1934 5.30005 15.1737 5.30005C16.5408 5.30005 17.752 6.14772 18.1237 7.28332C18.2525 7.67699 18.6761 7.89168 19.0697 7.76285C19.4634 7.63401 19.6781 7.21044 19.5493 6.81677C18.9524 4.99306 17.1108 3.80005 15.1737 3.80005Z",fill:a}),r("path",{d:"M5.92002 4.53313L10.2339 15.3606C10.3106 15.545 10.301 15.7484 10.2073 15.9267C10.1136 16.1049 9.94342 16.2435 9.73367 16.3124C9.52392 16.3813 9.29162 16.3748 9.08729 16.2944C8.88297 16.214 8.72315 16.0661 8.6426 15.883L7.24598 12.6206C7.24048 12.6077 7.23062 12.5966 7.21771 12.5887C7.2048 12.5808 7.18947 12.5766 7.17375 12.5766H3.11146C3.09574 12.5766 3.0804 12.5808 3.0675 12.5887C3.05459 12.5966 3.04473 12.6077 3.03923 12.6206L1.6426 15.883C1.56206 16.0661 1.40224 16.214 1.19792 16.2944C0.993591 16.3748 0.761288 16.3813 0.551539 16.3124C0.34179 16.2435 0.171562 16.1049 0.0778849 15.9267C-0.0157922 15.7484 -0.0253408 15.545 0.0513163 15.3606L4.32873 4.53313C4.38946 4.39123 4.49817 4.26895 4.64035 4.18263C4.78253 4.0963 4.95139 4.05005 5.12438 4.05005C5.29736 4.05005 5.46623 4.0963 5.60841 4.18263C5.75058 4.26895 5.8593 4.39123 5.92002 4.53313ZM5.05215 7.08267L3.73445 10.9958C3.73009 11.006 3.72862 11.0177 3.73016 11.0285C3.7317 11.0394 3.73622 11.0497 3.74331 11.0587C3.75041 11.0677 3.75988 11.075 3.77091 11.0801C3.78194 11.0851 3.79422 11.0878 3.80668 11.0878H6.47853C6.49099 11.0878 6.50326 11.0851 6.5143 11.0801C6.52533 11.075 6.5348 11.0677 6.5419 11.0587C6.54899 11.0497 6.55351 11.0394 6.55505 11.0285C6.55659 11.0177 6.55512 11.0067 6.55076 10.9965L5.1966 7.08267C5.19104 7.06983 5.18116 7.05877 5.16826 7.05097C5.15536 7.04317 5.14005 7.03899 5.12438 7.03899C5.1087 7.03899 5.0934 7.04317 5.0805 7.05097C5.0676 7.05877 5.05771 7.06983 5.05215 7.08267Z",fill:a,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconTextCaseAg1Outline";export{u as IconTextCaseAg1Outline,u as default};
@@ -0,0 +1 @@
1
+ import{_ as s,a as l,b as n,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as d}from"react";var L=["color"],p=d(function(r,c){var C=r.color,e=C===void 0?"currentColor":C,o=s(r,L),i=o,a=i.className;return o=l(l({},o),{},{width:"".concat(o.width||o.size||20),height:"".concat(o.height||o.size||20),className:"".concat(a?a+" ":"","customeow-icon customeow-icon-icon-text-color-2-outline")}),n("svg",l(l({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:c,children:[t("path",{d:"M12.1162 10.3478C12.5363 9.38379 13.9465 9.39301 14.3339 10.4073L16.8017 16.8692L16.8388 17.006C16.8913 17.327 16.7131 17.6519 16.3974 17.7726C16.0817 17.8927 15.7323 17.7694 15.5576 17.4952L15.4941 17.3683L14.8417 15.6593H11.7587L11.1757 17.3478C11.0491 17.7125 10.6501 17.9064 10.2851 17.7804C9.92033 17.6542 9.72626 17.2557 9.85151 16.8907L12.079 10.4435L12.1162 10.3478ZM12.2421 14.2589H14.3066L13.2226 11.42L12.2421 14.2589Z",fill:e,fillRule:"evenodd",clipRule:"evenodd"}),t("path",{d:"M6.55268 2.9835C8.3315 2.39639 10.2229 2.51698 11.5253 2.97666L11.7783 3.07237L11.8476 3.10557C12.1821 3.28532 12.3332 3.69311 12.1855 4.05186C12.0276 4.43457 11.5888 4.61662 11.206 4.45908C10.2335 4.05834 8.57721 3.89418 7.0224 4.40733C5.51172 4.90611 4.10027 6.04026 3.49213 8.27158C3.10027 9.70998 3.24792 10.858 3.66596 11.7579C4.08932 12.6686 4.81813 13.3839 5.6728 13.8927C6.52996 14.4028 7.48347 14.6871 8.30268 14.753C8.8679 14.7984 9.29124 14.7337 9.57319 14.6329L9.01264 16.254C8.73719 16.2722 8.45732 16.2702 8.18256 16.2481C7.13426 16.1638 5.95918 15.809 4.90522 15.1817C3.8487 14.5528 2.8816 13.6298 2.30561 12.3907C1.72472 11.1407 1.56851 9.62543 2.04487 7.87705C2.79776 5.11455 4.61073 3.62456 6.55268 2.9835Z",fill:e}),t("path",{d:"M5.65424 10.1954C6.19474 10.1954 6.63266 10.6334 6.63276 11.1739 6.63276 11.7145 6.1948 12.1524 5.65424 12.1524 5.11371 12.1524 4.67572 11.7145 4.67572 11.1739 4.67582 10.6335 5.11377 10.1955 5.65424 10.1954ZM16.2128 6.52647C17.1583 7.93185 17.3823 9.32827 16.6152 10.464 16.391 10.7958 16.097 11.0774 15.7509 11.3155L15.2685 10.0499C15.2418 9.98013 15.2113 9.91331 15.1796 9.84873 15.2548 9.77473 15.3202 9.70076 15.372 9.62412 15.6558 9.20385 15.74 8.50973 14.9687 7.36338L15.5908 6.94541 16.2128 6.52647ZM15.6181 2.30576C15.911 2.01292 16.3858 2.01289 16.6787 2.30576 16.9712 2.59867 16.9714 3.07352 16.6787 3.36631L10.8652 9.17979C10.5724 9.47242 10.0975 9.47229 9.80463 9.17979 9.51179 8.88694 9.51188 8.41214 9.80463 8.11924L15.6181 2.30576ZM5.95307 6.98936C6.49361 6.98938 6.93158 7.42733 6.93158 7.96787 6.93155 8.50839 6.49359 8.94636 5.95307 8.94639 5.41253 8.94639 4.97459 8.50841 4.97455 7.96787 4.97455 7.42731 5.41251 6.98936 5.95307 6.98936Z",fill:e}),t("path",{d:"M15.1718 6.32237C15.5154 6.09161 15.9817 6.18314 16.2128 6.52647L14.9687 7.36338C14.7376 7.01975 14.8282 6.55356 15.1718 6.32237ZM8.60248 5.16416C9.14291 5.16416 9.58077 5.60231 9.581 6.14268 9.581 6.68324 9.14305 7.12217 8.60248 7.12217 8.06195 7.12213 7.62397 6.68322 7.62397 6.14268 7.6242 5.60233 8.06209 5.1642 8.60248 5.16416Z",fill:e})]}))});p.displayName="IconTextColor2Outline";export{p as IconTextColor2Outline,p as default};