@central-icons-react-native/square-outlined-radius-0-stroke-2 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 L=Object.create;var{getPrototypeOf:k,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:v}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var F,y,B=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var m=o?F??=new WeakMap:y??=new WeakMap,c=m.get(r);if(c)return c}t=r!=null?L(k(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let a of f(r))if(!u.call(p,a))n(p,a,{get:d.bind(r,a),enumerable:!0});if(e)m.set(r,p);return p},I=(r)=>{var o=(i??=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 f(r))if(!u.call(o,e))n(o,e,{get:d.bind(r,e),enumerable:!(t=v(r,e))||t.enumerable})}return i.set(r,o),o},i;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var H={};x(H,{CentralIconBase:()=>C});module.exports=I(H);var P=B(require("react")),g=require("react-native-svg"),C=({children:r,size:o=24,...t})=>{return P.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={};x(w,{default:()=>M,IconFolderEdit:()=>h});module.exports=I(w);var s=B(require("react"));var l=require("react-native-svg"),h=(r)=>{return s.default.createElement(C,{...r},s.default.createElement(l.Path,{d:"M3 8V4H10L12 7H21V19H9",stroke:"currentColor",strokeWidth:"2"}),s.default.createElement(l.Path,{d:"M4.5 19.5586L3 18.0586L3 12.5586C3 11.7302 3.67157 11.0586 4.5 11.0586C5.32843 11.0586 6 11.7302 6 12.5586L6 18.0586L4.5 19.5586Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},M=h;
2
+
3
+ //# debugId=DC3E775F268C19B364756E2164756E21
@@ -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=\"M3 8V4H10L12 7H21V19H9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4.5 19.5586L3 18.0586L3 12.5586C3 11.7302 3.67157 11.0586 4.5 11.0586C5.32843 11.0586 6 11.7302 6 12.5586L6 18.0586L4.5 19.5586Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,wBAAgT,EAAhT,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,oIAAoI,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAG1S",
9
+ "debugId": "DC3E775F268C19B364756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var e=({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 t from"react";import{Path as n}from"react-native-svg";var C=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M3 8V4H10L12 7H21V19H9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M4.5 19.5586L3 18.0586L3 12.5586C3 11.7302 3.67157 11.0586 4.5 11.0586C5.32843 11.0586 6 11.7302 6 12.5586L6 18.0586L4.5 19.5586Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}))},P=C;export{P as default,C as IconFolderEdit};
2
+
3
+ //# debugId=C528E7D72EE172EF64756E2164756E21
@@ -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=\"M3 8V4H10L12 7H21V19H9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4.5 19.5586L3 18.0586L3 12.5586C3 11.7302 3.67157 11.0586 4.5 11.0586C5.32843 11.0586 6 11.7302 6 12.5586L6 18.0586L4.5 19.5586Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/></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,gBAAgT,EAAhT,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yBAAyB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,oIAAoI,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,CAAI,GAG1S",
9
+ "debugId": "C528E7D72EE172EF64756E2164756E21",
10
+ "names": []
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:n,getOwnPropertyNames:u,getOwnPropertyDescriptor:F}=Object,d=Object.prototype.hasOwnProperty;function f(r){return this[r]}var L,y,I=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var m=o?L??=new WeakMap:y??=new WeakMap,c=m.get(r);if(c)return c}e=r!=null?g(v(r)):{};let s=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let l of u(r))if(!d.call(s,l))n(s,l,{get:f.bind(r,l),enumerable:!0});if(t)m.set(r,s);return s},k=(r)=>{var o=(i??=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 u(r))if(!d.call(o,t))n(o,t,{get:f.bind(r,t),enumerable:!(e=F(r,t))||e.enumerable})}return i.set(r,o),o},i;var H=(r)=>r;function M(r,o){this[r]=H.bind(null,o)}var B=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var S={};B(S,{CentralIconBase:()=>C});module.exports=k(S);var h=I(require("react")),x=require("react-native-svg"),C=({children:r,size:o=24,...e})=>{return h.default.createElement(x.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 b={};B(b,{default:()=>W,IconMoveFolderInside:()=>P});module.exports=k(b);var p=I(require("react"));var a=require("react-native-svg"),P=(r)=>{return p.default.createElement(C,{...r},p.default.createElement(a.Path,{d:"M21 11V7H12L10 4H3V19H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M22 17H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M18.5 13.5L15 17L18.5 20.5",stroke:"currentColor",strokeWidth:"2"}))},W=P;
2
+
3
+ //# debugId=65DB722A18E339E164756E2164756E21
@@ -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=\"M21 11V7H12L10 4H3V19H10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M22 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18.5 13.5L15 17L18.5 20.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,wBAA+R,EAA/R,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,wBAAC,OAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAG,CAAI,GAGzR",
9
+ "debugId": "65DB722A18E339E164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,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"},e)};import o from"react";import{Path as t}from"react-native-svg";var l=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M21 11V7H12L10 4H3V19H10.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M22 17H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(t,{d:"M18.5 13.5L15 17L18.5 20.5",stroke:"currentColor",strokeWidth:"2"}))},h=l;export{h as default,l as IconMoveFolderInside};
2
+
3
+ //# debugId=82B1980EA76F6FDD64756E2164756E21
@@ -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=\"M21 11V7H12L10 4H3V19H10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M22 17H16\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"square\"/><Path d=\"M18.5 13.5L15 17L18.5 20.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,gBAA+R,EAA/R,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,cAAc,SAAQ,EAAE,gBAAC,EAAD,CAAM,EAAE,6BAA6B,OAAO,eAAe,YAAY,IAAG,CAAI,GAGzR",
9
+ "debugId": "82B1980EA76F6FDD64756E2164756E21",
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