@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.274 → 1.1.275

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 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,7 @@ Below is a complete list of available icons:
927
927
  - IconFileArrowRightIn
928
928
  - IconFileArrowRightOut
929
929
  - IconFolderOpenFront
930
+ - IconMoveFolderInside
930
931
 
931
932
  ### Food
932
933