@central-icons-react-native/round-outlined-radius-3-stroke-1 1.1.94 → 1.1.96

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 IconArrowLoopDownLeft: FC<CentralIconBaseProps>;
4
+ export default IconArrowLoopDownLeft;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!L.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(a=d(r,n))||a.enumerable});return o};var m=(o,r,e)=>(e=o!=null?f(I(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>C(t({},"__esModule",{value:!0}),o);var k={};x(k,{IconArrowLoopDownLeft:()=>u,default:()=>g});module.exports=P(k);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:o,size:r=24,...e})=>c.default.createElement(i.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 s=require("react-native-svg"),u=o=>p.default.createElement(l,{...o},p.default.createElement(s.Path,{d:"M12.5 17.5C16.366 17.5 19.5 14.366 19.5 10.5C19.5 6.63401 16.366 3.5 12.5 3.5C8.63401 3.5 5.5 6.63401 5.5 10.5V20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M2 17L5.5 20.5L9 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=u;0&&(module.exports={IconArrowLoopDownLeft});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowLoopDownLeft/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowLoopDownLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 17.5C16.366 17.5 19.5 14.366 19.5 10.5C19.5 6.63401 16.366 3.5 12.5 3.5C8.63401 3.5 5.5 6.63401 5.5 10.5V20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2 17L5.5 20.5L9 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLoopDownLeft;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconArrowLoopDownLeft_exports","__export","IconArrowLoopDownLeft","IconArrowLoopDownLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:r,size:o=24,...p})=>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"},r);import{Path as t}from"react-native-svg";var C=r=>e.createElement(n,{...r},e.createElement(t,{d:"M12.5 17.5C16.366 17.5 19.5 14.366 19.5 10.5C19.5 6.63401 16.366 3.5 12.5 3.5C8.63401 3.5 5.5 6.63401 5.5 10.5V20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2 17L5.5 20.5L9 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),L=C;export{C as IconArrowLoopDownLeft,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowLoopDownLeft/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconArrowLoopDownLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.5 17.5C16.366 17.5 19.5 14.366 19.5 10.5C19.5 6.63401 16.366 3.5 12.5 3.5C8.63401 3.5 5.5 6.63401 5.5 10.5V20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2 17L5.5 20.5L9 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLoopDownLeft;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowLoopDownLeft","props","React","CentralIconBase","IconArrowLoopDownLeft_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBag3: FC<CentralIconBaseProps>;
4
+ export default IconBag3;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!I.call(r,t)&&t!==n&&s(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),g=r=>a(s({},"__esModule",{value:!0}),r);var P={};L(P,{IconBag3:()=>m,default:()=>x});module.exports=g(P);var e=u(require("react"));var i=u(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...n})=>i.default.createElement(l.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M18.5 20.5C20.1569 20.5 21.5 19.1569 21.5 17.5V9.5C21.5 7.84315 20.1569 6.5 18.5 6.5H5.5C3.84315 6.5 2.5 7.84315 2.5 9.5V17.5C2.5 19.1569 3.84315 20.5 5.5 20.5H18.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M7.5 6.5V5.5C7.5 3.84315 8.84315 2.5 10.5 2.5H13.5C15.1569 2.5 16.5 3.84315 16.5 5.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M12 12V14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(p.Path,{d:"M2.5 11L12 13L21.5 11",stroke:"currentColor"})),x=m;0&&(module.exports={IconBag3});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBag3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBag3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 20.5C20.1569 20.5 21.5 19.1569 21.5 17.5V9.5C21.5 7.84315 20.1569 6.5 18.5 6.5H5.5C3.84315 6.5 2.5 7.84315 2.5 9.5V17.5C2.5 19.1569 3.84315 20.5 5.5 20.5H18.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 6.5V5.5C7.5 3.84315 8.84315 2.5 10.5 2.5H13.5C15.1569 2.5 16.5 3.84315 16.5 5.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V14\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M2.5 11L12 13L21.5 11\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBag3;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,OAAO,eAAe,CACxD,EAIGE,EAAQJ","names":["IconBag3_exports","__export","IconBag3","IconBag3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>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{Path as n}from"react-native-svg";var a=e=>o.createElement(t,{...e},o.createElement(n,{d:"M18.5 20.5C20.1569 20.5 21.5 19.1569 21.5 17.5V9.5C21.5 7.84315 20.1569 6.5 18.5 6.5H5.5C3.84315 6.5 2.5 7.84315 2.5 9.5V17.5C2.5 19.1569 3.84315 20.5 5.5 20.5H18.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M7.5 6.5V5.5C7.5 3.84315 8.84315 2.5 10.5 2.5H13.5C15.1569 2.5 16.5 3.84315 16.5 5.5V6.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M12 12V14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M2.5 11L12 13L21.5 11",stroke:"currentColor"})),I=a;export{a as IconBag3,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconBag3/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconBag3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 20.5C20.1569 20.5 21.5 19.1569 21.5 17.5V9.5C21.5 7.84315 20.1569 6.5 18.5 6.5H5.5C3.84315 6.5 2.5 7.84315 2.5 9.5V17.5C2.5 19.1569 3.84315 20.5 5.5 20.5H18.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 6.5V5.5C7.5 3.84315 8.84315 2.5 10.5 2.5H13.5C15.1569 2.5 16.5 3.84315 16.5 5.5V6.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V14\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M2.5 11L12 13L21.5 11\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconBag3;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,OAAO,eAAe,CACxD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBag3","props","React","CentralIconBase","IconBag3_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconFolders2: FC<CentralIconBaseProps>;
4
+ export default IconFolders2;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var t=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?d(I(r)):{},a(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>a(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconFolders2:()=>u,default:()=>k});module.exports=g(v);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(c.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 C=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(C.Path,{d:"M5.5 13.5V5.5C5.5 4.39543 6.39543 3.5 7.5 3.5H10.1716C10.702 3.5 11.2107 3.71071 11.5858 4.08579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V13.5C21.5 15.1569 20.1569 16.5 18.5 16.5H8.5C6.84315 16.5 5.5 15.1569 5.5 13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M2.5 6.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconFolders2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolders2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolders2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 13.5V5.5C5.5 4.39543 6.39543 3.5 7.5 3.5H10.1716C10.702 3.5 11.2107 3.71071 11.5858 4.08579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V13.5C21.5 15.1569 20.1569 16.5 18.5 16.5H8.5C6.84315 16.5 5.5 15.1569 5.5 13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 6.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolders2;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolders2_exports","__export","IconFolders2","IconFolders2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:o,size:r=24,...p})=>C.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>e.createElement(n,{...o},e.createElement(t,{d:"M5.5 13.5V5.5C5.5 4.39543 6.39543 3.5 7.5 3.5H10.1716C10.702 3.5 11.2107 3.71071 11.5858 4.08579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V13.5C21.5 15.1569 20.1569 16.5 18.5 16.5H8.5C6.84315 16.5 5.5 15.1569 5.5 13.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2.5 6.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconFolders2,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconFolders2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconFolders2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 13.5V5.5C5.5 4.39543 6.39543 3.5 7.5 3.5H10.1716C10.702 3.5 11.2107 3.71071 11.5858 4.08579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V13.5C21.5 15.1569 20.1569 16.5 18.5 16.5H8.5C6.84315 16.5 5.5 15.1569 5.5 13.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 6.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolders2;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yQACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
package/README.md CHANGED
@@ -251,6 +251,7 @@ Below is a complete list of available icons:
251
251
  - IconArrowLeftRight
252
252
  - IconArrowLeftSquare
253
253
  - IconArrowLeftUpCircle
254
+ - IconArrowLoopDownLeft
254
255
  - IconArrowPathDown
255
256
  - IconArrowPathLeft
256
257
  - IconArrowPathRight
@@ -778,6 +779,7 @@ Below is a complete list of available icons:
778
779
  - IconFolderPaper
779
780
  - IconFolderRestricted
780
781
  - IconFolders
782
+ - IconFolders2
781
783
  - IconFolderShared
782
784
  - IconFolderShield
783
785
  - IconFolderUpload
@@ -1680,6 +1682,7 @@ Below is a complete list of available icons:
1680
1682
  - IconBackpack
1681
1683
  - IconBag
1682
1684
  - IconBag2
1685
+ - IconBag3
1683
1686
  - IconBalloon
1684
1687
  - IconBaymax
1685
1688
  - IconBean
@@ -1400,6 +1400,20 @@
1400
1400
  "packageName": "round-outlined-radius-3-stroke-1",
1401
1401
  "componentName": "IconArrowLeftX"
1402
1402
  },
1403
+ {
1404
+ "category": "Arrows",
1405
+ "svg": "<path d=\"M12.5 17.5C16.366 17.5 19.5 14.366 19.5 10.5C19.5 6.63401 16.366 3.5 12.5 3.5C8.63401 3.5 5.5 6.63401 5.5 10.5V20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2 17L5.5 20.5L9 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
1406
+ "iconName": "arrow-loop-down-left, restore, reset",
1407
+ "variant": {
1408
+ "join": "round",
1409
+ "filled": "off",
1410
+ "radius": "3",
1411
+ "stroke": "1"
1412
+ },
1413
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
1414
+ "packageName": "round-outlined-radius-3-stroke-1",
1415
+ "componentName": "IconArrowLoopDownLeft"
1416
+ },
1403
1417
  {
1404
1418
  "category": "Interface General",
1405
1419
  "svg": "<path d=\"M12 3.5V15.5M12 3.5L16.5 8M12 3.5L7.5 8M20.5 14.5V17.5C20.5 19.1569 19.1569 20.5 17.5 20.5H6.5C4.84315 20.5 3.5 19.1569 3.5 17.5V14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -2464,6 +2478,20 @@
2464
2478
  "packageName": "round-outlined-radius-3-stroke-1",
2465
2479
  "componentName": "IconBag2Sparkle"
2466
2480
  },
2481
+ {
2482
+ "category": "Things",
2483
+ "svg": "<path d=\"M18.5 20.5C20.1569 20.5 21.5 19.1569 21.5 17.5V9.5C21.5 7.84315 20.1569 6.5 18.5 6.5H5.5C3.84315 6.5 2.5 7.84315 2.5 9.5V17.5C2.5 19.1569 3.84315 20.5 5.5 20.5H18.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 6.5V5.5C7.5 3.84315 8.84315 2.5 10.5 2.5H13.5C15.1569 2.5 16.5 3.84315 16.5 5.5V6.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12V14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 11L12 13L21.5 11\" stroke=\"currentColor\"/>",
2484
+ "iconName": "bag-3, luggage, suitcase, work",
2485
+ "variant": {
2486
+ "join": "round",
2487
+ "filled": "off",
2488
+ "radius": "3",
2489
+ "stroke": "1"
2490
+ },
2491
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
2492
+ "packageName": "round-outlined-radius-3-stroke-1",
2493
+ "componentName": "IconBag3"
2494
+ },
2467
2495
  {
2468
2496
  "category": "Things",
2469
2497
  "svg": "<path d=\"M12 20C15.1875 20 20.5 16.1912 20.5 9.69286C20.5 4.58422 16.6944 1.5 12 1.5C7.30558 1.5 3.5 4.58422 3.5 9.69286C3.5 16.1912 8.8125 20 12 20Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.4994 20L14.2298 20.8469C14.7888 21.4949 14.3284 22.5 13.4726 22.5H10.58C9.7415 22.5 9.27532 21.5301 9.79913 20.8753L10.4994 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.50781 9.69326C6.65643 6.63321 8.79591 4.72819 11.4996 4.51953\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -10710,6 +10738,20 @@
10710
10738
  "packageName": "round-outlined-radius-3-stroke-1",
10711
10739
  "componentName": "IconFolders"
10712
10740
  },
10741
+ {
10742
+ "category": "Folders & Files",
10743
+ "svg": "<path d=\"M5.5 13.5V5.5C5.5 4.39543 6.39543 3.5 7.5 3.5H10.1716C10.702 3.5 11.2107 3.71071 11.5858 4.08579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V13.5C21.5 15.1569 20.1569 16.5 18.5 16.5H8.5C6.84315 16.5 5.5 15.1569 5.5 13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 6.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10744
+ "iconName": "folders-2, collection, stuff",
10745
+ "variant": {
10746
+ "join": "round",
10747
+ "filled": "off",
10748
+ "radius": "3",
10749
+ "stroke": "1"
10750
+ },
10751
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
10752
+ "packageName": "round-outlined-radius-3-stroke-1",
10753
+ "componentName": "IconFolders2"
10754
+ },
10713
10755
  {
10714
10756
  "category": "Folders & Files",
10715
10757
  "svg": "<path d=\"M2.5003 8.5V6.5C2.5003 4.84315 3.84345 3.5 5.5003 3.5H8.92994C9.59864 3.5 10.2231 3.8342 10.594 4.3906L11.4066 5.6094C11.7775 6.1658 12.402 6.5 13.0707 6.5H18.5003C20.1572 6.5 21.5003 7.84315 21.5003 9.5V16.5C21.5003 18.1569 20.1572 19.5 18.5003 19.5H12.5003M7.5003 12.5C7.5003 13.6046 6.60487 14.5 5.5003 14.5C4.39573 14.5 3.5003 13.6046 3.5003 12.5C3.5003 11.3954 4.39573 10.5 5.5003 10.5C6.60487 10.5 7.5003 11.3954 7.5003 12.5ZM1.89036 18.2548C2.78098 17.177 4.06809 16.5 5.49952 16.5C6.93095 16.5 8.21807 17.177 9.10868 18.2548C9.93002 19.2488 8.97875 20.5 7.68936 20.5H3.30969C2.0203 20.5 1.06902 19.2488 1.89036 18.2548Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -99,6 +99,7 @@ export type CentralIconName =
99
99
  | "IconArrowLeftSquare"
100
100
  | "IconArrowLeftUpCircle"
101
101
  | "IconArrowLeftX"
102
+ | "IconArrowLoopDownLeft"
102
103
  | "IconArrowOutOfBox"
103
104
  | "IconArrowPathDown"
104
105
  | "IconArrowPathLeft"
@@ -175,6 +176,7 @@ export type CentralIconName =
175
176
  | "IconBag"
176
177
  | "IconBag2"
177
178
  | "IconBag2Sparkle"
179
+ | "IconBag3"
178
180
  | "IconBalloon"
179
181
  | "IconBanana"
180
182
  | "IconBank"
@@ -764,6 +766,7 @@ export type CentralIconName =
764
766
  | "IconFolderPaper"
765
767
  | "IconFolderRestricted"
766
768
  | "IconFolders"
769
+ | "IconFolders2"
767
770
  | "IconFolderShared"
768
771
  | "IconFolderShield"
769
772
  | "IconFolderSparkle"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-3-stroke-1",
3
- "version": "1.1.94",
3
+ "version": "1.1.96",
4
4
  "style": "round-outlined-radius-3-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1698,
14
+ "totalIcons": 1701,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -99,7 +99,7 @@
99
99
  ]
100
100
  },
101
101
  "Arrows": {
102
- "count": 122,
102
+ "count": 123,
103
103
  "icons": [
104
104
  "IconArrow",
105
105
  "IconArrowBottomTop",
@@ -125,6 +125,7 @@
125
125
  "IconArrowLeftRight",
126
126
  "IconArrowLeftSquare",
127
127
  "IconArrowLeftUpCircle",
128
+ "IconArrowLoopDownLeft",
128
129
  "IconArrowPathDown",
129
130
  "IconArrowPathLeft",
130
131
  "IconArrowPathRight",
@@ -636,7 +637,7 @@
636
637
  ]
637
638
  },
638
639
  "Folders & Files": {
639
- "count": 78,
640
+ "count": 79,
640
641
  "icons": [
641
642
  "IconArchive",
642
643
  "IconBlankPageLandscape",
@@ -674,6 +675,7 @@
674
675
  "IconFolderPaper",
675
676
  "IconFolderRestricted",
676
677
  "IconFolders",
678
+ "IconFolders2",
677
679
  "IconFolderShared",
678
680
  "IconFolderShield",
679
681
  "IconFolderUpload",
@@ -1606,12 +1608,13 @@
1606
1608
  ]
1607
1609
  },
1608
1610
  "Things": {
1609
- "count": 116,
1611
+ "count": 117,
1610
1612
  "icons": [
1611
1613
  "IconAnvil",
1612
1614
  "IconBackpack",
1613
1615
  "IconBag",
1614
1616
  "IconBag2",
1617
+ "IconBag3",
1615
1618
  "IconBalloon",
1616
1619
  "IconBaymax",
1617
1620
  "IconBean",
@@ -1993,6 +1996,7 @@
1993
1996
  "IconArrowLeftSquare": "arrow-left-square",
1994
1997
  "IconArrowLeftUpCircle": "arrow-left-up-circle",
1995
1998
  "IconArrowLeftX": "arrow-left-x, delete, remove, backspace",
1999
+ "IconArrowLoopDownLeft": "arrow-loop-down-left, restore, reset",
1996
2000
  "IconArrowOutOfBox": "arrow-out-of-box, upload, share",
1997
2001
  "IconArrowPathDown": "arrow-path-down",
1998
2002
  "IconArrowPathLeft": "arrow-path-left",
@@ -2069,6 +2073,7 @@
2069
2073
  "IconBag": "bag, luggage, buggage",
2070
2074
  "IconBag2": "bag-2, luggage, buggage",
2071
2075
  "IconBag2Sparkle": "bag 2-sparkle, shopping, add, plus",
2076
+ "IconBag3": "bag-3, luggage, suitcase, work",
2072
2077
  "IconBalloon": "balloon, birthday",
2073
2078
  "IconBanana": "banana, fruit",
2074
2079
  "IconBank": "bank",
@@ -2658,6 +2663,7 @@
2658
2663
  "IconFolderPaper": "folder-paper",
2659
2664
  "IconFolderRestricted": "folder-restricted",
2660
2665
  "IconFolders": "folders",
2666
+ "IconFolders2": "folders-2, collection, stuff",
2661
2667
  "IconFolderShared": "folder-shared",
2662
2668
  "IconFolderShield": "folder-shield, folder-security",
2663
2669
  "IconFolderSparkle": "Folder-sparkle, plus",
package/index.d.ts CHANGED
@@ -100,6 +100,7 @@ export { IconArrowLeftRight, default as IconArrowLeftRightDefault, } from "./Ico
100
100
  export { IconArrowLeftSquare, default as IconArrowLeftSquareDefault, } from "./IconArrowLeftSquare";
101
101
  export { IconArrowLeftUpCircle, default as IconArrowLeftUpCircleDefault, } from "./IconArrowLeftUpCircle";
102
102
  export { IconArrowLeftX, default as IconArrowLeftXDefault, } from "./IconArrowLeftX";
103
+ export { IconArrowLoopDownLeft, default as IconArrowLoopDownLeftDefault, } from "./IconArrowLoopDownLeft";
103
104
  export { IconArrowOutOfBox, default as IconArrowOutOfBoxDefault, } from "./IconArrowOutOfBox";
104
105
  export { IconArrowPathDown, default as IconArrowPathDownDefault, } from "./IconArrowPathDown";
105
106
  export { IconArrowPathLeft, default as IconArrowPathLeftDefault, } from "./IconArrowPathLeft";
@@ -174,6 +175,7 @@ export { IconBackward, default as IconBackwardDefault } from "./IconBackward";
174
175
  export { IconBag, default as IconBagDefault } from "./IconBag";
175
176
  export { IconBag2, default as IconBag2Default } from "./IconBag2";
176
177
  export { IconBag2Sparkle, default as IconBag2SparkleDefault, } from "./IconBag2Sparkle";
178
+ export { IconBag3, default as IconBag3Default } from "./IconBag3";
177
179
  export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
178
180
  export { IconBanana, default as IconBananaDefault } from "./IconBanana";
179
181
  export { IconBank, default as IconBankDefault } from "./IconBank";
@@ -767,6 +769,7 @@ export { IconFolderShield, default as IconFolderShieldDefault, } from "./IconFol
767
769
  export { IconFolderSparkle, default as IconFolderSparkleDefault, } from "./IconFolderSparkle";
768
770
  export { IconFolderUpload, default as IconFolderUploadDefault, } from "./IconFolderUpload";
769
771
  export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
772
+ export { IconFolders2, default as IconFolders2Default } from "./IconFolders2";
770
773
  export { IconFontStyle, default as IconFontStyleDefault, } from "./IconFontStyle";
771
774
  export { IconFoodBell, default as IconFoodBellDefault } from "./IconFoodBell";
772
775
  export { IconFoodExperiences, default as IconFoodExperiencesDefault, } from "./IconFoodExperiences";