@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.274 → 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 k=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var h,y,L=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var l=o?h??=new WeakMap:y??=new WeakMap,m=l.get(r);if(m)return m}e=r!=null?k(v(r)):{};let p=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let a of u(r))if(!d.call(p,a))t(p,a,{get:f.bind(r,a),enumerable:!0});if(n)l.set(r,p);return p},B=(r)=>{var o=(c??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of u(r))if(!d.call(o,n))t(o,n,{get:f.bind(r,n),enumerable:!(e=F(r,n))||e.enumerable})}return c.set(r,o),o},c;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:b.bind(o,e)})};var H={};I(H,{CentralIconBase:()=>C});module.exports=B(H);var x=L(require("react")),P=require("react-native-svg"),C=({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 j={};I(j,{default:()=>w,IconFolderEdit:()=>g});module.exports=B(j);var s=L(require("react"));var i=require("react-native-svg"),g=(r)=>{return s.default.createElement(C,{...r},s.default.createElement(i.Path,{d:"M2.5 7.5V3.5H10L12 6.5H21.5V19.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),s.default.createElement(i.Path,{d:"M3.99414 20.5002L2.49414 19.0002L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 19.0002L3.99414 20.5002Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}))},w=g;
2
+
3
+ //# debugId=4DDDC3C689507C5E64756E2164756E21
@@ -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=\"M2.5 7.5V3.5H10L12 6.5H21.5V19.5H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.99414 20.5002L2.49414 19.0002L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 19.0002L3.99414 20.5002Z\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/></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,wBAAkZ,EAAlZ,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,uCAAuC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,CAAI,GAG5Y",
9
+ "debugId": "4DDDC3C689507C5E64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var n=({children:o,size:r=24,...p})=>{return s.createElement(a,{...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 t}from"react-native-svg";var C=(o)=>{return e.createElement(n,{...o},e.createElement(t,{d:"M2.5 7.5V3.5H10L12 6.5H21.5V19.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M3.99414 20.5002L2.49414 19.0002L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 19.0002L3.99414 20.5002Z",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"}))},x=C;export{x as default,C as IconFolderEdit};
2
+
3
+ //# debugId=69BDDDBCC8F5AC2064756E2164756E21
@@ -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=\"M2.5 7.5V3.5H10L12 6.5H21.5V19.5H8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.99414 20.5002L2.49414 19.0002L2.49414 12.0068C2.49414 11.1784 3.16571 10.5068 3.99414 10.5068C4.82257 10.5068 5.49414 11.1784 5.49414 12.0068L5.49414 19.0002L3.99414 20.5002Z\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/></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,gBAAkZ,EAAlZ,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,uCAAuC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,oLAAoL,OAAO,eAAe,cAAc,SAAS,eAAe,QAAO,CAAI,GAG5Y",
9
+ "debugId": "69BDDDBCC8F5AC2064756E2164756E21",
10
+ "names": []
11
+ }
@@ -1,3 +1,3 @@
1
- var x=Object.create;var{getPrototypeOf:P,defineProperty:t,getOwnPropertyNames:l,getOwnPropertyDescriptor:g}=Object,m=Object.prototype.hasOwnProperty;function s(r){return this[r]}var d,h,c=(r,o,C)=>{var e=r!=null&&typeof r==="object";if(e){var p=o?d??=new WeakMap:h??=new WeakMap,H=p.get(r);if(H)return H}C=r!=null?x(P(r)):{};let n=o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C;for(let V of l(r))if(!m.call(n,V))t(n,V,{get:s.bind(r,V),enumerable:!0});if(e)p.set(r,n);return n},f=(r)=>{var o=(a??=new WeakMap).get(r),C;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of l(r))if(!m.call(o,e))t(o,e,{get:s.bind(r,e),enumerable:!(C=g(r,e))||C.enumerable})}return a.set(r,o),o},a;var v=(r)=>r;function F(r,o){this[r]=v.bind(null,o)}var L=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0,configurable:!0,set:F.bind(o,C)})};var S={};L(S,{CentralIconBase:()=>M});module.exports=f(S);var B=c(require("react")),I=require("react-native-svg"),M=({children:r,size:o=24,...C})=>{return B.default.createElement(I.Svg,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var y={};L(y,{default:()=>b,IconFolderShared:()=>u});module.exports=f(y);var Z=c(require("react"));var i=require("react-native-svg"),u=(r)=>{return Z.default.createElement(M,{...r},Z.default.createElement(i.Path,{d:"M2.49971 3.5V3C2.22356 3 1.99971 3.22386 1.99971 3.5H2.49971ZM9.99971 3.5L10.4157 3.22265C10.323 3.08355 10.1669 3 9.99971 3V3.5ZM11.9997 6.5L11.5837 6.77735C11.6764 6.91645 11.8325 7 11.9997 7V6.5ZM21.4997 6.5H21.9997C21.9997 6.22386 21.7758 6 21.4997 6V6.5ZM21.4997 19.5V20C21.7758 20 21.9997 19.7761 21.9997 19.5H21.4997ZM1.99971 8.5C1.99971 8.77614 2.22356 9 2.49971 9C2.77585 9 2.99971 8.77614 2.99971 8.5H1.99971ZM12.9997 19C12.7236 19 12.4997 19.2239 12.4997 19.5C12.4997 19.7761 12.7236 20 12.9997 20V19ZM0.785156 20.5L0.298405 20.3857C0.263483 20.5343 0.298419 20.6908 0.393258 20.8105C0.488098 20.9302 0.63244 21 0.785156 21V20.5ZM10.2133 20.5V21C10.366 21 10.5103 20.9302 10.6052 20.8105C10.7 20.6908 10.735 20.5343 10.7 20.3857L10.2133 20.5ZM2.49971 4H9.99971V3H2.49971V4ZM9.58368 3.77735L11.5837 6.77735L12.4157 6.22265L10.4157 3.22265L9.58368 3.77735ZM11.9997 7H21.4997V6H11.9997V7ZM20.9997 6.5V19.5H21.9997V6.5H20.9997ZM2.99971 8.5V3.5H1.99971V8.5H2.99971ZM12.9997 20H21.4997V19H12.9997V20ZM6.99971 12.5C6.99971 13.3284 6.32813 14 5.49971 14V15C6.88042 15 7.99971 13.8807 7.99971 12.5H6.99971ZM5.49971 14C4.67128 14 3.99971 13.3284 3.99971 12.5H2.99971C2.99971 13.8807 4.119 15 5.49971 15V14ZM3.99971 12.5C3.99971 11.6716 4.67128 11 5.49971 11V10C4.119 10 2.99971 11.1193 2.99971 12.5H3.99971ZM5.49971 11C6.32813 11 6.99971 11.6716 6.99971 12.5H7.99971C7.99971 11.1193 6.88042 10 5.49971 10V11ZM1.27191 20.6143C1.76731 18.5053 3.49711 17 5.49922 17V16C2.9653 16 0.883673 17.8941 0.298405 20.3857L1.27191 20.6143ZM5.49922 17C7.50133 17 9.23113 18.5053 9.72653 20.6143L10.7 20.3857C10.1148 17.8941 8.03314 16 5.49922 16V17ZM10.2133 20H0.785156V21H10.2133V20Z",fill:"currentColor"}))},b=u;
1
+ var L=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:m,getOwnPropertyDescriptor:v}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var F,S,k=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var u=o?F??=new WeakMap:S??=new WeakMap,c=u.get(r);if(c)return c}e=r!=null?L(h(r)):{};let s=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let a of m(r))if(!d.call(s,a))t(s,a,{get:f.bind(r,a),enumerable:!0});if(n)u.set(r,s);return s},B=(r)=>{var o=(i??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of m(r))if(!d.call(o,n))t(o,n,{get:f.bind(r,n),enumerable:!(e=v(r,n))||e.enumerable})}return i.set(r,o),o},i;var y=(r)=>r;function H(r,o){this[r]=y.bind(null,o)}var I=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:H.bind(o,e)})};var b={};I(b,{CentralIconBase:()=>l});module.exports=B(b);var x=k(require("react")),P=require("react-native-svg"),l=({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 M={};I(M,{default:()=>j,IconFolderShared:()=>g});module.exports=B(M);var p=k(require("react"));var C=require("react-native-svg"),g=(r)=>{return p.default.createElement(l,{...r},p.default.createElement(C.Path,{d:"M13 19.5H21.5V6.5H12L10 3.5H2.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z",stroke:"currentColor",strokeLinecap:"round"}),p.default.createElement(C.Path,{d:"M5.49922 16.5C3.2312 16.5 1.32549 18.1997 0.785156 20.5H10.2133C9.67295 18.1997 7.76724 16.5 5.49922 16.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},j=g;
2
2
 
3
- //# debugId=308A0CD62519876A64756E2164756E21
3
+ //# debugId=A0D07C455584A3B464756E2164756E21
@@ -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.49971 3.5V3C2.22356 3 1.99971 3.22386 1.99971 3.5H2.49971ZM9.99971 3.5L10.4157 3.22265C10.323 3.08355 10.1669 3 9.99971 3V3.5ZM11.9997 6.5L11.5837 6.77735C11.6764 6.91645 11.8325 7 11.9997 7V6.5ZM21.4997 6.5H21.9997C21.9997 6.22386 21.7758 6 21.4997 6V6.5ZM21.4997 19.5V20C21.7758 20 21.9997 19.7761 21.9997 19.5H21.4997ZM1.99971 8.5C1.99971 8.77614 2.22356 9 2.49971 9C2.77585 9 2.99971 8.77614 2.99971 8.5H1.99971ZM12.9997 19C12.7236 19 12.4997 19.2239 12.4997 19.5C12.4997 19.7761 12.7236 20 12.9997 20V19ZM0.785156 20.5L0.298405 20.3857C0.263483 20.5343 0.298419 20.6908 0.393258 20.8105C0.488098 20.9302 0.63244 21 0.785156 21V20.5ZM10.2133 20.5V21C10.366 21 10.5103 20.9302 10.6052 20.8105C10.7 20.6908 10.735 20.5343 10.7 20.3857L10.2133 20.5ZM2.49971 4H9.99971V3H2.49971V4ZM9.58368 3.77735L11.5837 6.77735L12.4157 6.22265L10.4157 3.22265L9.58368 3.77735ZM11.9997 7H21.4997V6H11.9997V7ZM20.9997 6.5V19.5H21.9997V6.5H20.9997ZM2.99971 8.5V3.5H1.99971V8.5H2.99971ZM12.9997 20H21.4997V19H12.9997V20ZM6.99971 12.5C6.99971 13.3284 6.32813 14 5.49971 14V15C6.88042 15 7.99971 13.8807 7.99971 12.5H6.99971ZM5.49971 14C4.67128 14 3.99971 13.3284 3.99971 12.5H2.99971C2.99971 13.8807 4.119 15 5.49971 15V14ZM3.99971 12.5C3.99971 11.6716 4.67128 11 5.49971 11V10C4.119 10 2.99971 11.1193 2.99971 12.5H3.99971ZM5.49971 11C6.32813 11 6.99971 11.6716 6.99971 12.5H7.99971C7.99971 11.1193 6.88042 10 5.49971 10V11ZM1.27191 20.6143C1.76731 18.5053 3.49711 17 5.49922 17V16C2.9653 16 0.883673 17.8941 0.298405 20.3857L1.27191 20.6143ZM5.49922 17C7.50133 17 9.23113 18.5053 9.72653 20.6143L10.7 20.3857C10.1148 17.8941 8.03314 16 5.49922 16V17ZM10.2133 20H0.785156V21H10.2133V20Z\" 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=\"M13 19.5H21.5V6.5H12L10 3.5H2.5V8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M5.49922 16.5C3.2312 16.5 1.32549 18.1997 0.785156 20.5H10.2133C9.67295 18.1997 7.76724 16.5 5.49922 16.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,wBAAqsD,EAArsD,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,0oDAA0oD,KAAK,eAAc,CAAI,GAG/rD",
9
- "debugId": "308A0CD62519876A64756E2164756E21",
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,wBAAmhB,EAAnhB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,sCAAsC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,qJAAqJ,OAAO,eAAe,cAAc,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,6GAA6G,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7gB",
9
+ "debugId": "A0D07C455584A3B464756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -1,3 +1,3 @@
1
- import n from"react";import{Svg as V}from"react-native-svg";var C=({children:o,size:r=24,...t})=>{return n.createElement(V,{...t,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 M}from"react-native-svg";var Z=(o)=>{return e.createElement(C,{...o},e.createElement(M,{d:"M2.49971 3.5V3C2.22356 3 1.99971 3.22386 1.99971 3.5H2.49971ZM9.99971 3.5L10.4157 3.22265C10.323 3.08355 10.1669 3 9.99971 3V3.5ZM11.9997 6.5L11.5837 6.77735C11.6764 6.91645 11.8325 7 11.9997 7V6.5ZM21.4997 6.5H21.9997C21.9997 6.22386 21.7758 6 21.4997 6V6.5ZM21.4997 19.5V20C21.7758 20 21.9997 19.7761 21.9997 19.5H21.4997ZM1.99971 8.5C1.99971 8.77614 2.22356 9 2.49971 9C2.77585 9 2.99971 8.77614 2.99971 8.5H1.99971ZM12.9997 19C12.7236 19 12.4997 19.2239 12.4997 19.5C12.4997 19.7761 12.7236 20 12.9997 20V19ZM0.785156 20.5L0.298405 20.3857C0.263483 20.5343 0.298419 20.6908 0.393258 20.8105C0.488098 20.9302 0.63244 21 0.785156 21V20.5ZM10.2133 20.5V21C10.366 21 10.5103 20.9302 10.6052 20.8105C10.7 20.6908 10.735 20.5343 10.7 20.3857L10.2133 20.5ZM2.49971 4H9.99971V3H2.49971V4ZM9.58368 3.77735L11.5837 6.77735L12.4157 6.22265L10.4157 3.22265L9.58368 3.77735ZM11.9997 7H21.4997V6H11.9997V7ZM20.9997 6.5V19.5H21.9997V6.5H20.9997ZM2.99971 8.5V3.5H1.99971V8.5H2.99971ZM12.9997 20H21.4997V19H12.9997V20ZM6.99971 12.5C6.99971 13.3284 6.32813 14 5.49971 14V15C6.88042 15 7.99971 13.8807 7.99971 12.5H6.99971ZM5.49971 14C4.67128 14 3.99971 13.3284 3.99971 12.5H2.99971C2.99971 13.8807 4.119 15 5.49971 15V14ZM3.99971 12.5C3.99971 11.6716 4.67128 11 5.49971 11V10C4.119 10 2.99971 11.1193 2.99971 12.5H3.99971ZM5.49971 11C6.32813 11 6.99971 11.6716 6.99971 12.5H7.99971C7.99971 11.1193 6.88042 10 5.49971 10V11ZM1.27191 20.6143C1.76731 18.5053 3.49711 17 5.49922 17V16C2.9653 16 0.883673 17.8941 0.298405 20.3857L1.27191 20.6143ZM5.49922 17C7.50133 17 9.23113 18.5053 9.72653 20.6143L10.7 20.3857C10.1148 17.8941 8.03314 16 5.49922 16V17ZM10.2133 20H0.785156V21H10.2133V20Z",fill:"currentColor"}))},I=Z;export{I as default,Z as IconFolderShared};
1
+ import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>{return s.createElement(C,{...p,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 a=(e)=>{return o.createElement(t,{...e},o.createElement(n,{d:"M13 19.5H21.5V6.5H12L10 3.5H2.5V8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(n,{d:"M5.49922 16.5C3.2312 16.5 1.32549 18.1997 0.785156 20.5H10.2133C9.67295 18.1997 7.76724 16.5 5.49922 16.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},x=a;export{x as default,a as IconFolderShared};
2
2
 
3
- //# debugId=C9C8E7CD6A58F5C564756E2164756E21
3
+ //# debugId=D35CE452FAEA97B264756E2164756E21
@@ -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.49971 3.5V3C2.22356 3 1.99971 3.22386 1.99971 3.5H2.49971ZM9.99971 3.5L10.4157 3.22265C10.323 3.08355 10.1669 3 9.99971 3V3.5ZM11.9997 6.5L11.5837 6.77735C11.6764 6.91645 11.8325 7 11.9997 7V6.5ZM21.4997 6.5H21.9997C21.9997 6.22386 21.7758 6 21.4997 6V6.5ZM21.4997 19.5V20C21.7758 20 21.9997 19.7761 21.9997 19.5H21.4997ZM1.99971 8.5C1.99971 8.77614 2.22356 9 2.49971 9C2.77585 9 2.99971 8.77614 2.99971 8.5H1.99971ZM12.9997 19C12.7236 19 12.4997 19.2239 12.4997 19.5C12.4997 19.7761 12.7236 20 12.9997 20V19ZM0.785156 20.5L0.298405 20.3857C0.263483 20.5343 0.298419 20.6908 0.393258 20.8105C0.488098 20.9302 0.63244 21 0.785156 21V20.5ZM10.2133 20.5V21C10.366 21 10.5103 20.9302 10.6052 20.8105C10.7 20.6908 10.735 20.5343 10.7 20.3857L10.2133 20.5ZM2.49971 4H9.99971V3H2.49971V4ZM9.58368 3.77735L11.5837 6.77735L12.4157 6.22265L10.4157 3.22265L9.58368 3.77735ZM11.9997 7H21.4997V6H11.9997V7ZM20.9997 6.5V19.5H21.9997V6.5H20.9997ZM2.99971 8.5V3.5H1.99971V8.5H2.99971ZM12.9997 20H21.4997V19H12.9997V20ZM6.99971 12.5C6.99971 13.3284 6.32813 14 5.49971 14V15C6.88042 15 7.99971 13.8807 7.99971 12.5H6.99971ZM5.49971 14C4.67128 14 3.99971 13.3284 3.99971 12.5H2.99971C2.99971 13.8807 4.119 15 5.49971 15V14ZM3.99971 12.5C3.99971 11.6716 4.67128 11 5.49971 11V10C4.119 10 2.99971 11.1193 2.99971 12.5H3.99971ZM5.49971 11C6.32813 11 6.99971 11.6716 6.99971 12.5H7.99971C7.99971 11.1193 6.88042 10 5.49971 10V11ZM1.27191 20.6143C1.76731 18.5053 3.49711 17 5.49922 17V16C2.9653 16 0.883673 17.8941 0.298405 20.3857L1.27191 20.6143ZM5.49922 17C7.50133 17 9.23113 18.5053 9.72653 20.6143L10.7 20.3857C10.1148 17.8941 8.03314 16 5.49922 16V17ZM10.2133 20H0.785156V21H10.2133V20Z\" 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=\"M13 19.5H21.5V6.5H12L10 3.5H2.5V8.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M7.5 12.5C7.5 13.6046 6.60457 14.5 5.5 14.5C4.39543 14.5 3.5 13.6046 3.5 12.5C3.5 11.3954 4.39543 10.5 5.5 10.5C6.60457 10.5 7.5 11.3954 7.5 12.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M5.49922 16.5C3.2312 16.5 1.32549 18.1997 0.785156 20.5H10.2133C9.67295 18.1997 7.76724 16.5 5.49922 16.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></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,gBAAqsD,EAArsD,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,0oDAA0oD,KAAK,eAAc,CAAI,GAG/rD",
9
- "debugId": "C9C8E7CD6A58F5C564756E2164756E21",
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,gBAAmhB,EAAnhB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,sCAAsC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,qJAAqJ,OAAO,eAAe,cAAc,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,6GAA6G,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7gB",
9
+ "debugId": "D35CE452FAEA97B264756E2164756E21",
10
10
  "names": []
11
11
  }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMoveFolderInside: FC<CentralIconBaseProps>;
4
+ export default IconMoveFolderInside;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:v,defineProperty:t,getOwnPropertyNames:d,getOwnPropertyDescriptor:F}=Object,m=Object.prototype.hasOwnProperty;function f(o){return this[o]}var H,h,k=(o,r,e)=>{var n=o!=null&&typeof o==="object";if(n){var l=r?H??=new WeakMap:h??=new WeakMap,C=l.get(o);if(C)return C}e=o!=null?g(v(o)):{};let s=r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e;for(let i of d(o))if(!m.call(s,i))t(s,i,{get:f.bind(o,i),enumerable:!0});if(n)l.set(o,s);return s},I=(o)=>{var r=(c??=new WeakMap).get(o),e;if(r)return r;if(r=t({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var n of d(o))if(!m.call(r,n))t(r,n,{get:f.bind(o,n),enumerable:!(e=F(o,n))||e.enumerable})}return c.set(o,r),r},c;var y=(o)=>o;function M(o,r){this[o]=y.bind(null,r)}var L=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0,configurable:!0,set:M.bind(r,e)})};var S={};L(S,{CentralIconBase:()=>u});module.exports=I(S);var B=k(require("react")),x=require("react-native-svg"),u=({children:o,size:r=24,...e})=>{return B.default.createElement(x.Svg,{...e,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};var b={};L(b,{default:()=>j,IconMoveFolderInside:()=>P});module.exports=I(b);var p=k(require("react"));var a=require("react-native-svg"),P=(o)=>{return p.default.createElement(u,{...o},p.default.createElement(a.Path,{d:"M12.5 19.5H2.5V3.5H10L12 6.5H21.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(a.Path,{d:"M22.5 17.5H19.5H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(a.Path,{d:"M18.5 14.5L15.5 17.5L18.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},j=P;
2
+
3
+ //# debugId=6E6B0F814281E5DD64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/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 IconMoveFolderInside: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.5 19.5H2.5V3.5H10L12 6.5H21.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.5 17.5H19.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5L15.5 17.5L18.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\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,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAmW,EAAnW,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,yCAAyC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7V",
9
+ "debugId": "6E6B0F814281E5DD64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var t=({children:e,size:o=24,...p})=>{return s.createElement(a,{...p,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 n}from"react-native-svg";var i=(e)=>{return r.createElement(t,{...e},r.createElement(n,{d:"M12.5 19.5H2.5V3.5H10L12 6.5H21.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M22.5 17.5H19.5H16.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M18.5 14.5L15.5 17.5L18.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},B=i;export{B as default,i as IconMoveFolderInside};
2
+
3
+ //# debugId=391E9F0C7AFE149264756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconMoveFolderInside/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 IconMoveFolderInside: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.5 19.5H2.5V3.5H10L12 6.5H21.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M22.5 17.5H19.5H16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5L15.5 17.5L18.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconMoveFolderInside;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAmW,EAAnW,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yCAAyC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG7V",
9
+ "debugId": "391E9F0C7AFE149264756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -927,6 +927,8 @@ Below is a complete list of available icons:
927
927
  - IconFileArrowRightIn
928
928
  - IconFileArrowRightOut
929
929
  - IconFolderOpenFront
930
+ - IconMoveFolderInside
931
+ - IconFolderEdit
930
932
 
931
933
  ### Food
932
934