@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.275 → 1.1.276

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFolderEdit: FC<CentralIconBaseProps>;
4
+ export default IconFolderEdit;
@@ -0,0 +1,3 @@
1
+ var F=Object.create;var{getPrototypeOf:V,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var y,L,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var s=o?y??=new WeakMap:L??=new WeakMap,f=s.get(r);if(f)return f}t=r!=null?F(V(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let C of i(r))if(!u.call(p,C))n(p,C,{get:B.bind(r,C),enumerable:!0});if(e)s.set(r,p);return p},x=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!u.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=h(r,e))||t.enumerable})}return c.set(r,o),o},c;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var H={};P(H,{CentralIconBase:()=>a});module.exports=x(H);var d=I(require("react")),g=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return d.default.createElement(g.Svg,{...t,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};P(w,{default:()=>M,IconFolderEdit:()=>v});module.exports=x(w);var l=I(require("react"));var m=require("react-native-svg"),v=(r)=>{return l.default.createElement(a,{...r},l.default.createElement(m.Path,{d:"M4.5 10.0586C5.88071 10.0586 7 11.1779 7 12.5586V18.4727L4.5 20.9727L2 18.4727V12.5586C2 11.1779 3.11929 10.0586 4.5 10.0586Z",fill:"currentColor"}),l.default.createElement(m.Path,{d:"M12.5352 6H22V20H8.30078L9 19.3008V12.5586C9 10.0733 6.98528 8.05859 4.5 8.05859C3.57492 8.05859 2.71505 8.33776 2 8.81641V3H10.5352L12.5352 6Z",fill:"currentColor"}))},M=v;
2
+
3
+ //# debugId=10FF698CCD1F7D8664756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconFolderEdit/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.5 10.0586C5.88071 10.0586 7 11.1779 7 12.5586V18.4727L4.5 20.9727L2 18.4727V12.5586C2 11.1779 3.11929 10.0586 4.5 10.0586Z\" fill=\"currentColor\"/><Path d=\"M12.5352 6H22V20H8.30078L9 19.3008V12.5586C9 10.0733 6.98528 8.05859 4.5 8.05859C3.57492 8.05859 2.71505 8.33776 2 8.81641V3H10.5352L12.5352 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderEdit;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAA0W,EAA1W,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gIAAgI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kJAAkJ,KAAK,eAAc,CAAI,GAGpW",
9
+ "debugId": "10FF698CCD1F7D8664756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";import{Svg as C}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return l.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M4.5 10.0586C5.88071 10.0586 7 11.1779 7 12.5586V18.4727L4.5 20.9727L2 18.4727V12.5586C2 11.1779 3.11929 10.0586 4.5 10.0586Z",fill:"currentColor"}),t.createElement(n,{d:"M12.5352 6H22V20H8.30078L9 19.3008V12.5586C9 10.0733 6.98528 8.05859 4.5 8.05859C3.57492 8.05859 2.71505 8.33776 2 8.81641V3H10.5352L12.5352 6Z",fill:"currentColor"}))},d=a;export{d as default,a as IconFolderEdit};
2
+
3
+ //# debugId=E7FD206B8D36845464756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconFolderEdit/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4.5 10.0586C5.88071 10.0586 7 11.1779 7 12.5586V18.4727L4.5 20.9727L2 18.4727V12.5586C2 11.1779 3.11929 10.0586 4.5 10.0586Z\" fill=\"currentColor\"/><Path d=\"M12.5352 6H22V20H8.30078L9 19.3008V12.5586C9 10.0733 6.98528 8.05859 4.5 8.05859C3.57492 8.05859 2.71505 8.33776 2 8.81641V3H10.5352L12.5352 6Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderEdit;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAA0W,EAA1W,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gIAAgI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kJAAkJ,KAAK,eAAc,CAAI,GAGpW",
9
+ "debugId": "E7FD206B8D36845464756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- var M=Object.create;var{getPrototypeOf:Z,defineProperty:n,getOwnPropertyNames:m,getOwnPropertyDescriptor:h}=Object,c=Object.prototype.hasOwnProperty;function s(r){return this[r]}var F,H,v=(r,o,e)=>{var C=r!=null&&typeof r==="object";if(C){var i=o?F??=new WeakMap:H??=new WeakMap,u=i.get(r);if(u)return u}e=r!=null?M(Z(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let d of m(r))if(!c.call(p,d))n(p,d,{get:s.bind(r,d),enumerable:!0});if(C)i.set(r,p);return p},B=(r)=>{var o=(a??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var C of m(r))if(!c.call(o,C))n(o,C,{get:s.bind(r,C),enumerable:!(e=h(r,C))||e.enumerable})}return a.set(r,o),o},a;var S=(r)=>r;function y(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:y.bind(o,e)})};var b={};I(b,{CentralIconBase:()=>f});module.exports=B(b);var x=v(require("react")),P=require("react-native-svg"),f=({children:r,size:o=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var V={};I(V,{default:()=>w,IconFolderShared:()=>g});module.exports=B(V);var l=v(require("react"));var t=require("react-native-svg"),g=(r)=>{return l.default.createElement(f,{...r},l.default.createElement(t.Path,{d:"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z",fill:"currentColor"}),l.default.createElement(t.Path,{d:"M2 15.0628V15.255C2.02911 15.2347 2.05837 15.2146 2.0878 15.1947C2.05782 15.1513 2.02855 15.1073 2 15.0628Z",fill:"currentColor"}),l.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19ZM6 18C5.1115 18 4.31321 18.3863 3.76389 19H8.23611C7.68679 18.3863 6.8885 18 6 18Z",fill:"currentColor"}),l.default.createElement(t.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75ZM5.25 12.5C5.25 12.0858 5.58579 11.75 6 11.75C6.41421 11.75 6.75 12.0858 6.75 12.5C6.75 12.9142 6.41421 13.25 6 13.25C5.58579 13.25 5.25 12.9142 5.25 12.5Z",fill:"currentColor"}))},w=g;
1
+ var h=Object.create;var{getPrototypeOf:F,defineProperty:l,getOwnPropertyNames:u,getOwnPropertyDescriptor:S}=Object,c=Object.prototype.hasOwnProperty;function s(r){return this[r]}var y,H,v=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var f=o?y??=new WeakMap:H??=new WeakMap,i=f.get(r);if(i)return i}e=r!=null?h(F(r)):{};let C=o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e;for(let d of u(r))if(!c.call(C,d))l(C,d,{get:s.bind(r,d),enumerable:!0});if(n)f.set(r,C);return C},B=(r)=>{var o=(m??=new WeakMap).get(r),e;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of u(r))if(!c.call(o,n))l(o,n,{get:s.bind(r,n),enumerable:!(e=S(r,n))||e.enumerable})}return m.set(r,o),o},m;var b=(r)=>r;function M(r,o){this[r]=b.bind(null,o)}var I=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var Z={};I(Z,{CentralIconBase:()=>a});module.exports=B(Z);var x=v(require("react")),P=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return x.default.createElement(P.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};I(w,{default:()=>V,IconFolderShared:()=>g});module.exports=B(w);var t=v(require("react"));var p=require("react-native-svg"),g=(r)=>{return t.default.createElement(a,{...r},t.default.createElement(p.Path,{d:"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75Z",fill:"currentColor"}))},V=g;
2
2
 
3
- //# debugId=01BBA92A1389A62964756E2164756E21
3
+ //# debugId=CA24048CDA58C1B264756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFolderShared/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z\" fill=\"currentColor\"/><Path d=\"M2 15.0628V15.255C2.02911 15.2347 2.05837 15.2146 2.0878 15.1947C2.05782 15.1513 2.02855 15.1073 2 15.0628Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19ZM6 18C5.1115 18 4.31321 18.3863 3.76389 19H8.23611C7.68679 18.3863 6.8885 18 6 18Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75ZM5.25 12.5C5.25 12.0858 5.58579 11.75 6 11.75C6.41421 11.75 6.75 12.0858 6.75 12.5C6.75 12.9142 6.41421 13.25 6 13.25C5.58579 13.25 5.25 12.9142 5.25 12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAimC,EAAjmC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2OAA2O,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mTAAmT,KAAK,eAAc,CAAI,GAG3lC",
9
- "debugId": "01BBA92A1389A62964756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAyuB,EAAzuB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yJAAyJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wJAAwJ,KAAK,eAAc,CAAI,GAGnuB",
9
+ "debugId": "CA24048CDA58C1B264756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import t from"react";import{Svg as p}from"react-native-svg";var l=({children:C,size:r=24,...n})=>{return t.createElement(p,{...n,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};import o from"react";import{Path as e}from"react-native-svg";var d=(C)=>{return o.createElement(l,{...C},o.createElement(e,{d:"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z",fill:"currentColor"}),o.createElement(e,{d:"M2 15.0628V15.255C2.02911 15.2347 2.05837 15.2146 2.0878 15.1947C2.05782 15.1513 2.02855 15.1073 2 15.0628Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19ZM6 18C5.1115 18 4.31321 18.3863 3.76389 19H8.23611C7.68679 18.3863 6.8885 18 6 18Z",fill:"currentColor"}),o.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75ZM5.25 12.5C5.25 12.0858 5.58579 11.75 6 11.75C6.41421 11.75 6.75 12.0858 6.75 12.5C6.75 12.9142 6.41421 13.25 6 13.25C5.58579 13.25 5.25 12.9142 5.25 12.5Z",fill:"currentColor"}))},x=d;export{x as default,d as IconFolderShared};
1
+ import C from"react";import{Svg as p}from"react-native-svg";var l=({children:e,size:r=24,...t})=>{return C.createElement(p,{...t,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as n}from"react-native-svg";var d=(e)=>{return o.createElement(l,{...e},o.createElement(n,{d:"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75Z",fill:"currentColor"}))},x=d;export{x as default,d as IconFolderShared};
2
2
 
3
- //# debugId=FF7855966EF0F79264756E2164756E21
3
+ //# debugId=583F6390389A943564756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconFolderShared/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z\" fill=\"currentColor\"/><Path d=\"M2 15.0628V15.255C2.02911 15.2347 2.05837 15.2146 2.0878 15.1947C2.05782 15.1513 2.02855 15.1073 2 15.0628Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19ZM6 18C5.1115 18 4.31321 18.3863 3.76389 19H8.23611C7.68679 18.3863 6.8885 18 6 18Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75ZM5.25 12.5C5.25 12.0858 5.58579 11.75 6 11.75C6.41421 11.75 6.75 12.0858 6.75 12.5C6.75 12.9142 6.41421 13.25 6 13.25C5.58579 13.25 5.25 12.9142 5.25 12.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolderShared: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2 3H10.5352L12.5352 6H22V20H12.9289C12.8385 19.37 12.6641 18.7655 12.4167 18.1993C11.8825 16.9766 11.008 15.9348 9.9122 15.1947C10.4406 14.429 10.75 13.5007 10.75 12.5C10.75 9.87665 8.62335 7.75 6 7.75C4.32053 7.75 2.84463 8.62162 2 9.93718V3Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.584 19C9.8124 17.2341 8.05032 16 6 16C3.94968 16 2.1876 17.2341 1.41604 19C1.14845 19.6125 1 20.2889 1 21H11C11 20.2889 10.8516 19.6125 10.584 19Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M6 9.75C4.48122 9.75 3.25 10.9812 3.25 12.5C3.25 14.0188 4.48122 15.25 6 15.25C7.51878 15.25 8.75 14.0188 8.75 12.5C8.75 10.9812 7.51878 9.75 6 9.75Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconFolderShared;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAimC,EAAjmC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8GAA8G,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,2OAA2O,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,mTAAmT,KAAK,eAAc,CAAI,GAG3lC",
9
- "debugId": "FF7855966EF0F79264756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAyuB,EAAzuB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,uPAAuP,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,wJAAwJ,KAAK,eAAc,CAAI,GAGnuB",
9
+ "debugId": "583F6390389A943564756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var L=Object.create;var{getPrototypeOf:V,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var y,F,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?y??=new WeakMap:F??=new WeakMap,s=f.get(r);if(s)return s}e=r!=null?L(V(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let C of i(r))if(!u.call(p,C))n(p,C,{get:d.bind(r,C),enumerable:!0});if(t)f.set(r,p);return p},I=(r)=>{var o=(c??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!u.call(o,t))n(o,t,{get:d.bind(r,t),enumerable:!(e=h(r,t))||e.enumerable})}return c.set(r,o),o},c;var H=(r)=>r;function S(r,o){this[r]=H.bind(null,o)}var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:S.bind(o,e)})};var b={};P(b,{CentralIconBase:()=>a});module.exports=I(b);var g=B(require("react")),v=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return g.default.createElement(v.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var M={};P(M,{default:()=>Z,IconPageEdit:()=>x});module.exports=I(M);var l=B(require("react"));var m=require("react-native-svg"),x=(r)=>{return l.default.createElement(a,{...r},l.default.createElement(m.Path,{d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z",fill:"currentColor"}),l.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},Z=x;
1
+ var h=Object.create;var{getPrototypeOf:y,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:F}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var S,V,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?S??=new WeakMap:V??=new WeakMap,s=f.get(r);if(s)return s}e=r!=null?h(y(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let C of i(r))if(!u.call(p,C))n(p,C,{get:d.bind(r,C),enumerable:!0});if(t)f.set(r,p);return p},I=(r)=>{var o=(c??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!u.call(o,t))n(o,t,{get:d.bind(r,t),enumerable:!(e=F(r,t))||e.enumerable})}return c.set(r,o),o},c;var b=(r)=>r;function H(r,o){this[r]=b.bind(null,o)}var P=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:H.bind(o,e)})};var L={};P(L,{CentralIconBase:()=>a});module.exports=I(L);var g=B(require("react")),v=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return g.default.createElement(v.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var w={};P(w,{default:()=>M,IconPageEdit:()=>x});module.exports=I(w);var l=B(require("react"));var m=require("react-native-svg"),x=(r)=>{return l.default.createElement(a,{...r},l.default.createElement(m.Path,{d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z",fill:"currentColor"}),l.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},M=x;
2
2
 
3
- //# debugId=45CA5A4BBFC11F3564756E2164756E21
3
+ //# debugId=FB1F0928808E15DF64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageEdit/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEdit;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEdit;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAygB,EAAzgB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qTAAqT,KAAK,eAAc,CAAI,GAGngB",
9
- "debugId": "45CA5A4BBFC11F3564756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,wECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAyC,CAAC,IAAU,CAC/D,OAAO,wBAAmX,EAAnX,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+JAA+J,KAAK,eAAc,CAAI,GAG7W",
9
+ "debugId": "FB1F0928808E15DF64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>{return l.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import e from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},g=a;export{g as default,a as IconPageEdit};
1
+ import l from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>{return l.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import e from"react";import{Path as n}from"react-native-svg";var a=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},g=a;export{g as default,a as IconPageEdit};
2
2
 
3
- //# debugId=8EAF8DA80553C76164756E2164756E21
3
+ //# debugId=77092A95AFC7D41764756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageEdit/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEdit;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEdit: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEdit;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAygB,EAAzgB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qTAAqT,KAAK,eAAc,CAAI,GAGngB",
9
- "debugId": "8EAF8DA80553C76164756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAyC,CAAC,IAAU,CAC/D,OAAO,gBAAmX,EAAnX,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,sFAAsF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+JAA+J,KAAK,eAAc,CAAI,GAG7W",
9
+ "debugId": "77092A95AFC7D41764756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- var P=Object.create;var{getPrototypeOf:g,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:L}=Object,s=Object.prototype.hasOwnProperty;function u(o){return this[o]}var M,Z,v=(o,e,r)=>{var n=o!=null&&typeof o==="object";if(n){var f=e?M??=new WeakMap:Z??=new WeakMap,i=f.get(o);if(i)return i}r=o!=null?P(g(o)):{};let l=e||!o||!o.__esModule?t(r,"default",{value:o,enumerable:!0}):r;for(let C of c(o))if(!s.call(l,C))t(l,C,{get:u.bind(o,C),enumerable:!0});if(n)f.set(o,l);return l},V=(o)=>{var e=(m??=new WeakMap).get(o),r;if(e)return e;if(e=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of c(o))if(!s.call(e,n))t(e,n,{get:u.bind(o,n),enumerable:!(r=L(o,n))||r.enumerable})}return m.set(o,e),e},m;var h=(o)=>o;function y(o,e){this[o]=h.bind(null,e)}var x=(o,e)=>{for(var r in e)t(o,r,{get:e[r],enumerable:!0,configurable:!0,set:y.bind(e,r)})};var F={};x(F,{CentralIconBase:()=>a});module.exports=V(F);var B=v(require("react")),H=require("react-native-svg"),a=({children:o,size:e=24,...r})=>{return B.default.createElement(H.Svg,{...r,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},o)};var S={};x(S,{default:()=>b,IconPageEditText:()=>I});module.exports=V(S);var p=v(require("react"));var d=require("react-native-svg"),I=(o)=>{return p.default.createElement(a,{...o},p.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z",fill:"currentColor"}),p.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},b=I;
1
+ var g=Object.create;var{getPrototypeOf:H,defineProperty:t,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,s=Object.prototype.hasOwnProperty;function u(o){return this[o]}var y,F,v=(o,e,r)=>{var n=o!=null&&typeof o==="object";if(n){var f=e?y??=new WeakMap:F??=new WeakMap,i=f.get(o);if(i)return i}r=o!=null?g(H(o)):{};let l=e||!o||!o.__esModule?t(r,"default",{value:o,enumerable:!0}):r;for(let C of c(o))if(!s.call(l,C))t(l,C,{get:u.bind(o,C),enumerable:!0});if(n)f.set(o,l);return l},x=(o)=>{var e=(m??=new WeakMap).get(o),r;if(e)return e;if(e=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of c(o))if(!s.call(e,n))t(e,n,{get:u.bind(o,n),enumerable:!(r=h(o,n))||r.enumerable})}return m.set(o,e),e},m;var M=(o)=>o;function S(o,e){this[o]=M.bind(null,e)}var B=(o,e)=>{for(var r in e)t(o,r,{get:e[r],enumerable:!0,configurable:!0,set:S.bind(e,r)})};var Z={};B(Z,{CentralIconBase:()=>a});module.exports=x(Z);var I=v(require("react")),P=require("react-native-svg"),a=({children:o,size:e=24,...r})=>{return I.default.createElement(P.Svg,{...r,width:typeof e==="number"?`${e}px`:e,height:typeof e==="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},o)};var b={};B(b,{default:()=>L,IconPageEditText:()=>V});module.exports=x(b);var p=v(require("react"));var d=require("react-native-svg"),V=(o)=>{return p.default.createElement(a,{...o},p.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z",fill:"currentColor"}),p.default.createElement(d.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},L=V;
2
2
 
3
- //# debugId=D7AC77F3D87DCA3564756E2164756E21
3
+ //# debugId=B31272E82D3FCD2D64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageEditText/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEditText;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEditText;\n"
7
7
  ],
8
- "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAgmB,EAAhmB,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uIAAuI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qTAAqT,KAAK,eAAc,CAAI,GAG1lB",
9
- "debugId": "D7AC77F3D87DCA3564756E2164756E21",
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAA0c,EAA1c,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uIAAuI,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+JAA+J,KAAK,eAAc,CAAI,GAGpc",
9
+ "debugId": "B31272E82D3FCD2D64756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...l})=>{return p.createElement(C,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as t}from"react-native-svg";var a=(e)=>{return r.createElement(n,{...e},r.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z",fill:"currentColor"}),r.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},B=a;export{B as default,a as IconPageEditText};
1
+ import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...l})=>{return p.createElement(C,{...l,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as t}from"react-native-svg";var a=(e)=>{return r.createElement(n,{...e},r.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z",fill:"currentColor"}),r.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z",fill:"currentColor"}))},I=a;export{I as default,a as IconPageEditText};
2
2
 
3
- //# debugId=68919DF4BBABA3AC64756E2164756E21
3
+ //# debugId=18EDD51D55E80C4A64756E2164756E21
@@ -3,9 +3,9 @@
3
3
  "sources": ["src/CentralIconBase/index.tsx", "src/IconPageEditText/index.tsx"],
4
4
  "sourcesContent": [
5
5
  "import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<\n CentralIconBaseProps\n> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n",
6
- "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19.1262 15.874C18.8724 15.6201 18.4609 15.6201 18.2071 15.8739L15 19.0811V20.0002H15.9191L19.1262 16.7931C19.38 16.5393 19.38 16.1278 19.1262 15.874ZM16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEditText;\n"
6
+ "import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPageEditText: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M4 22V2H20V11.8779C18.4159 11.4054 16.6296 11.7946 15.3787 13.0455L11 17.4242V22H4ZM8 6.25H16V8.25H8V6.25ZM8 10.25V12.25H12V10.25H8Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.7929 14.4597C17.8278 13.4249 19.5056 13.4249 20.5404 14.4597C21.5753 15.4946 21.5753 17.1724 20.5404 18.2073L16.7475 22.0002H13V18.2526L16.7929 14.4597Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPageEditText;\n"
7
7
  ],
8
- "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAgmB,EAAhmB,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uIAAuI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qTAAqT,KAAK,eAAc,CAAI,GAG1lB",
9
- "debugId": "68919DF4BBABA3AC64756E2164756E21",
8
+ "mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAA0c,EAA1c,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,uIAAuI,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,+JAA+J,KAAK,eAAc,CAAI,GAGpc",
9
+ "debugId": "18EDD51D55E80C4A64756E2164756E21",
10
10
  "names": []
11
11
  }
package/README.md CHANGED
@@ -928,6 +928,7 @@ Below is a complete list of available icons:
928
928
  - IconFileArrowRightOut
929
929
  - IconFolderOpenFront
930
930
  - IconMoveFolderInside
931
+ - IconFolderEdit
931
932
 
932
933
  ### Food
933
934