@sunzi/icon 1.1.53 → 1.1.55
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.
- package/es/customeow/default/icon-column-copy-outline.js +1 -0
- package/es/customeow/default/icon-column-cut-outline.js +1 -0
- package/es/customeow/default/icon-column-delete-outline.js +1 -0
- package/es/customeow/default/icon-column-paste-left-outline.js +1 -0
- package/es/customeow/default/icon-column-paste-right-outline.js +1 -0
- package/es/customeow/default/icon-document-text-solid.js +1 -1
- package/es/customeow/default/icon-file-font-outline.js +1 -1
- package/es/customeow/default/icon-file-psd-outline.js +1 -1
- package/es/customeow/default/icon-insert-column-left-outline.js +1 -0
- package/es/customeow/default/icon-insert-column-right-outline.js +1 -0
- package/es/customeow/default/icon-insert-row-above-outline.js +1 -0
- package/es/customeow/default/icon-insert-row-below-outline.js +1 -0
- package/es/customeow/default/icon-mask-1-outline.js +1 -1
- package/es/customeow/default/icon-merge-cells-outline.js +1 -0
- package/es/customeow/default/icon-number-sorted-outline.js +1 -1
- package/es/customeow/default/icon-row-copy-outline.js +1 -0
- package/es/customeow/default/icon-row-delete-outline.js +1 -0
- package/es/customeow/default/icon-row-paste-above-outline.js +1 -0
- package/es/customeow/default/icon-row-paste-below-outline.js +1 -0
- package/es/customeow/default/icon-row-setting-outline.js +1 -0
- package/es/customeow/default/icon-split-cells-outline.js +1 -0
- package/es/customeow/default/icon-star-t-shirt-bicolor-solid.js +1 -0
- package/es/customeow/default/icon-table-close-outline.js +1 -0
- package/es/customeow/default/icon-table-outline.js +1 -0
- package/es/customeow/default/icon-table-setting-outline.js +1 -0
- package/es/customeow/default/icon-text-border-color-outline.js +1 -0
- package/es/customeow/default/icon-text-color-2-outline.js +1 -0
- package/es/customeow/default/icon-text-effect-outline.js +1 -1
- package/es/customeow/index.js +1 -1
- package/manifest.json +31 -9
- package/package.json +1 -1
- package/src/customeow/default/icon-column-copy-outline.tsx +40 -0
- package/src/customeow/default/icon-column-cut-outline.tsx +40 -0
- package/src/customeow/default/icon-column-delete-outline.tsx +44 -0
- package/src/customeow/default/icon-column-paste-left-outline.tsx +42 -0
- package/src/customeow/default/icon-column-paste-right-outline.tsx +42 -0
- package/src/customeow/default/icon-document-text-solid.tsx +5 -1
- package/src/customeow/default/icon-file-font-outline.tsx +1 -3
- package/src/customeow/default/icon-file-psd-outline.tsx +1 -3
- package/src/customeow/default/icon-insert-column-left-outline.tsx +40 -0
- package/src/customeow/default/icon-insert-column-right-outline.tsx +41 -0
- package/src/customeow/default/icon-insert-row-above-outline.tsx +40 -0
- package/src/customeow/default/icon-insert-row-below-outline.tsx +40 -0
- package/src/customeow/default/icon-mask-1-outline.tsx +1 -1
- package/src/customeow/default/icon-merge-cells-outline.tsx +34 -0
- package/src/customeow/default/icon-number-sorted-outline.tsx +1 -3
- package/src/customeow/default/icon-row-copy-outline.tsx +40 -0
- package/src/customeow/default/icon-row-delete-outline.tsx +44 -0
- package/src/customeow/default/icon-row-paste-above-outline.tsx +42 -0
- package/src/customeow/default/icon-row-paste-below-outline.tsx +42 -0
- package/src/customeow/default/icon-row-setting-outline.tsx +46 -0
- package/src/customeow/default/icon-split-cells-outline.tsx +38 -0
- package/src/customeow/default/icon-star-t-shirt-bicolor-solid.tsx +38 -0
- package/src/customeow/default/icon-table-close-outline.tsx +34 -0
- package/src/customeow/default/icon-table-outline.tsx +36 -0
- package/src/customeow/default/icon-table-setting-outline.tsx +42 -0
- package/src/customeow/default/icon-text-border-color-outline.tsx +44 -0
- package/src/customeow/default/icon-text-color-2-outline.tsx +48 -0
- package/src/customeow/default/icon-text-effect-outline.tsx +1 -1
- package/src/customeow/index.json +31 -9
- package/src/customeow/index.tsx +31 -9
- package/types/customeow/default/icon-column-copy-outline.d.ts +3 -0
- package/types/customeow/default/icon-column-cut-outline.d.ts +3 -0
- package/types/customeow/default/icon-column-delete-outline.d.ts +3 -0
- package/types/customeow/default/icon-column-paste-left-outline.d.ts +3 -0
- package/types/customeow/default/icon-column-paste-right-outline.d.ts +3 -0
- package/types/customeow/default/icon-insert-column-left-outline.d.ts +3 -0
- package/types/customeow/default/icon-insert-column-right-outline.d.ts +3 -0
- package/types/customeow/default/icon-insert-row-above-outline.d.ts +3 -0
- package/types/customeow/default/icon-insert-row-below-outline.d.ts +3 -0
- package/types/customeow/default/icon-merge-cells-outline.d.ts +3 -0
- package/types/customeow/default/icon-row-copy-outline.d.ts +3 -0
- package/types/customeow/default/icon-row-delete-outline.d.ts +3 -0
- package/types/customeow/default/icon-row-paste-above-outline.d.ts +3 -0
- package/types/customeow/default/icon-row-paste-below-outline.d.ts +3 -0
- package/types/customeow/default/icon-row-setting-outline.d.ts +3 -0
- package/types/customeow/default/icon-split-cells-outline.d.ts +3 -0
- package/types/customeow/default/icon-star-t-shirt-bicolor-solid.d.ts +3 -0
- package/types/customeow/default/icon-table-close-outline.d.ts +3 -0
- package/types/customeow/default/icon-table-outline.d.ts +3 -0
- package/types/customeow/default/icon-table-setting-outline.d.ts +3 -0
- package/types/customeow/default/icon-text-border-color-outline.d.ts +3 -0
- package/types/customeow/default/icon-text-color-2-outline.d.ts +3 -0
- package/types/customeow/index.d.ts +31 -9
|
@@ -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 n,a as e,j as
|
|
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 n,a as e,j as
|
|
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
|
|
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 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
|
|
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};
|
|
@@ -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
|
|
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};
|
|
@@ -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 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};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as d,a as r,b as e,j as t}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as n}from"react";var h=["color"],p=n(function(i,l){var a=i.color,c=a===void 0?"currentColor":a,o=d(i,h),C=o,s=C.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-star-t-shirt-bicolor-solid")}),e("svg",r(r({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},o),{},{ref:l,children:[e("g",{opacity:".4",fill:c,children:[t("path",{d:"M13.3149 2.755C15.1359 3.28619 16.063 3.83582 17.684 4.67004C17.8988 4.78058 18.0197 5.01661 17.9809 5.255L17.3334 9.2179C17.2896 9.48615 17.0574 9.68372 16.7856 9.68372H15.5864L15.5629 9.62415C15.0095 8.19186 12.9825 8.1918 12.4291 9.62415L11.5912 11.795L9.42034 12.6329C7.98797 13.1863 7.98803 15.2133 9.42034 15.7667L11.5912 16.6046L11.8246 17.2091H5.01213C4.70602 17.209 4.4576 16.9605 4.45745 16.6544V9.82239C4.45745 9.74581 4.39535 9.68372 4.31877 9.68372H2.80608C2.53427 9.68372 2.30204 9.48615 2.25823 9.2179L1.61174 5.25989C1.57246 5.01933 1.69563 4.78124 1.9135 4.672C3.50189 3.87621 4.46125 3.33351 6.27678 2.75793C6.44454 4.55422 7.95619 5.96008 9.79631 5.96008C11.6373 5.95998 13.1485 4.55259 13.3149 2.755Z"}),t("path",{d:"M12.3022 2.71985C12.1561 3.97536 11.091 4.95022 9.79631 4.95032C8.50152 4.95032 7.43553 3.97545 7.28948 2.71985H12.3022Z"})]}),t("path",{d:"M13.4836 10.0315C13.6647 9.56273 14.328 9.56273 14.509 10.0315L15.4398 12.4417C15.4957 12.5863 15.6099 12.7006 15.7545 12.7564L18.1647 13.6872C18.6335 13.8683 18.6335 14.5316 18.1647 14.7126L15.7545 15.6434C15.6099 15.6993 15.4957 15.8135 15.4398 15.9581L14.509 18.3683C14.328 18.8371 13.6647 18.8371 13.4836 18.3683L12.5528 15.9581C12.497 15.8135 12.3827 15.6993 12.2381 15.6434L9.82792 14.7126C9.35912 14.5316 9.35912 13.8683 9.82792 13.6872L12.2381 12.7564C12.3827 12.7006 12.497 12.5863 12.5528 12.4417L13.4836 10.0315Z",fill:c})]}))});p.displayName="IconStarTShirtBicolorSolid";export{p as IconStarTShirtBicolorSolid,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};
|
|
@@ -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};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{_ as n,a as o,b as d,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as f}from"react";var p=["color"],u=f(function(t,a){var c=t.color,l=c===void 0?"currentColor":c,e=n(t,p),s=e,i=s.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-text-effect-outline")}),d("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{ref:a,children:[r("path",{opacity:".5",d:"M16.3488 14.5501L15.6162 12.3798H11.9275L11.0331 9.82429L12.4391 5.69583C12.8465 4.49962 14.4839 4.50196 14.8881 5.69934L17.71 14.0592C17.8411 14.4478 17.6427 14.8726 17.2668 15.0082C16.8909 15.1438 16.4799 14.9387 16.3488 14.5501ZM13.6624 6.59174L15.1131 10.8896H12.1987L13.6624 6.59174Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),r("path",{d:"M3.90566 15.7827L4.93795 12.8607L10.662 12.8607L11.6943 15.7827C11.8309 16.1694 12.2581 16.3731 12.6484 16.2378C13.0387 16.
|
|
1
|
+
import{_ as n,a as o,b as d,j as r}from"../../assets/jsx-runtime-056d64ba.js";import{forwardRef as f}from"react";var p=["color"],u=f(function(t,a){var c=t.color,l=c===void 0?"currentColor":c,e=n(t,p),s=e,i=s.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-text-effect-outline")}),d("svg",o(o({viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{ref:a,children:[r("path",{opacity:".5",d:"M16.3488 14.5501L15.6162 12.3798H11.9275L11.0331 9.82429L12.4391 5.69583C12.8465 4.49962 14.4839 4.50196 14.8881 5.69934L17.71 14.0592C17.8411 14.4478 17.6427 14.8726 17.2668 15.0082C16.8909 15.1438 16.4799 14.9387 16.3488 14.5501ZM13.6624 6.59174L15.1131 10.8896H12.1987L13.6624 6.59174Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"}),r("path",{d:"M3.90566 15.7827L4.93795 12.8607L10.662 12.8607L11.6943 15.7827C11.8309 16.1694 12.2581 16.3731 12.6484 16.2378C13.0387 16.1025 13.2444 15.6793 13.1078 15.2926L9.27184 4.43457C9.05293 3.81493 8.46265 3.40002 7.8 3.40002C7.13734 3.40002 6.54706 3.81493 6.32816 4.43457L2.49224 15.2926C2.35563 15.6793 2.56129 16.1025 2.9516 16.2378C3.34191 16.3731 3.76906 16.1694 3.90566 15.7827ZM7.8 4.88362C7.7737 4.88362 7.75027 4.90009 7.74158 4.92468L5.46208 11.3771L10.1379 11.3771L7.85841 4.92468C7.84972 4.90009 7.8263 4.88362 7.8 4.88362Z",fill:l,fillRule:"evenodd",clipRule:"evenodd"})]}))});u.displayName="IconTextEffectOutline";export{u as IconTextEffectOutline,u as default};
|