@central-icons-react-native/round-outlined-radius-3-stroke-2 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 d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of k(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(a=f(r,t))||a.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(n({},"__esModule",{value:!0}),o);var g={};L(g,{IconArrowLoopDownLeft:()=>u,default:()=>P});module.exports=x(g);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>m.default.createElement(c.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:"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3 17L6 20L9 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=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=\"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 17L6 20L9 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,2GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,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 t=({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 n}from"react-native-svg";var C=r=>e.createElement(t,{...r},e.createElement(n,{d:"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3 17L6 20L9 17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconArrowLoopDownLeft,I 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=\"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 17L6 20L9 17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,2GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,IACZ,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 l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(i=m(o,t))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?l(f(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>C(p({},"__esModule",{value:!0}),r);var x={};h(x,{IconBag3:()=>c,default:()=>g});module.exports=I(x);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...e})=>u.default.createElement(a.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 s=require("react-native-svg"),c=r=>n.default.createElement(k,{...r},n.default.createElement(s.Path,{d:"M21 10C21 8.34315 19.6569 7 18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6607 3 16.0039 4.34315 16.0039 6V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M3 11.5L12 13L21 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 12V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;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=\"M21 10C21 8.34315 19.6569 7 18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6607 3 16.0039 4.34315 16.0039 6V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.5L12 13L21 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,8HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,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 p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>p.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>o.createElement(t,{...n},o.createElement(e,{d:"M21 10C21 8.34315 19.6569 7 18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6607 3 16.0039 4.34315 16.0039 6V7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3 11.5L12 13L21 11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 12V14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=C;export{C as IconBag3,B 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=\"M21 10C21 8.34315 19.6569 7 18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6607 3 16.0039 4.34315 16.0039 6V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.5L12 13L21 11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 12V14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\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,8HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,YACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,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 n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconFolders2:()=>u,default:()=>g});module.exports=P(h);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(m.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 s=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(s.Path,{d:"M7 12V6C7 4.89543 7.89543 4 9 4H10.6716C11.202 4 11.7107 4.21071 12.0858 4.58579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19C20.1046 6 21 6.89543 21 8V12C21 13.6569 19.6569 15 18 15H10C8.34315 15 7 13.6569 7 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M3 8V16C3 17.6569 4.34315 19 6 19H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=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=\"M7 12V6C7 4.89543 7.89543 4 9 4H10.6716C11.202 4 11.7107 4.21071 12.0858 4.58579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19C20.1046 6 21 6.89543 21 8V12C21 13.6569 19.6569 15 18 15H10C8.34315 15 7 13.6569 7 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 8V16C3 17.6569 4.34315 19 6 19H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gOACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,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 s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M7 12V6C7 4.89543 7.89543 4 9 4H10.6716C11.202 4 11.7107 4.21071 12.0858 4.58579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19C20.1046 6 21 6.89543 21 8V12C21 13.6569 19.6569 15 18 15H10C8.34315 15 7 13.6569 7 12Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M3 8V16C3 17.6569 4.34315 19 6 19H17",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconFolders2,I 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=\"M7 12V6C7 4.89543 7.89543 4 9 4H10.6716C11.202 4 11.7107 4.21071 12.0858 4.58579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19C20.1046 6 21 6.89543 21 8V12C21 13.6569 19.6569 15 18 15H10C8.34315 15 7 13.6569 7 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 8V16C3 17.6569 4.34315 19 6 19H17\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,gOACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uCACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolders2","props","React","CentralIconBase","IconFolders2_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconSuitcaseWork:()=>i,default:()=>h});module.exports=g(k);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M18 8H6C4.34315 8 3 9.34315 3 11V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V11C21 9.34315 19.6569 8 18 8Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M8.00391 8V7C8.00391 5.34315 9.34705 4 11.0039 4H13.0039C14.6608 4 16.0039 5.34315 16.0039 7V8",stroke:"currentColor",strokeWidth:"2"})),h=i;0&&(module.exports={IconSuitcaseWork});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(s=B(o,e))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconSuitcaseWork:()=>i,default:()=>h});module.exports=g(k);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.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 C=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10C21 8.34315 19.6569 7 18 7Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(C.Path,{d:"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6608 3 16.0039 4.34315 16.0039 6V7",stroke:"currentColor",strokeWidth:"2"})),h=i;0&&(module.exports={IconSuitcaseWork});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSuitcaseWork/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 IconSuitcaseWork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 8H6C4.34315 8 3 9.34315 3 11V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V11C21 9.34315 19.6569 8 18 8Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.00391 8V7C8.00391 5.34315 9.34705 4 11.0039 4H13.0039C14.6608 4 16.0039 5.34315 16.0039 7V8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSuitcaseWork;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconSuitcaseWork_exports","__export","IconSuitcaseWork","IconSuitcaseWork_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSuitcaseWork","props","React","CentralIconBase","IconSuitcaseWork_default"]}
1
+ {"version":3,"sources":["../src/IconSuitcaseWork/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 IconSuitcaseWork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10C21 8.34315 19.6569 7 18 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6608 3 16.0039 4.34315 16.0039 6V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSuitcaseWork;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconSuitcaseWork_exports","__export","IconSuitcaseWork","IconSuitcaseWork_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSuitcaseWork","props","React","CentralIconBase","IconSuitcaseWork_default"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 8H6C4.34315 8 3 9.34315 3 11V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V11C21 9.34315 19.6569 8 18 8Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M8.00391 8V7C8.00391 5.34315 9.34705 4 11.0039 4H13.0039C14.6608 4 16.0039 5.34315 16.0039 7V8",stroke:"currentColor",strokeWidth:"2"})),P=a;export{a as IconSuitcaseWork,P as default};
1
+ import t from"react";import C from"react";import{Svg as s}from"react-native-svg";var e=({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 n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10C21 8.34315 19.6569 7 18 7Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6608 3 16.0039 4.34315 16.0039 6V7",stroke:"currentColor",strokeWidth:"2"})),P=a;export{a as IconSuitcaseWork,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconSuitcaseWork/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 IconSuitcaseWork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 8H6C4.34315 8 3 9.34315 3 11V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V11C21 9.34315 19.6569 8 18 8Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.00391 8V7C8.00391 5.34315 9.34705 4 11.0039 4H13.0039C14.6608 4 16.0039 5.34315 16.0039 7V8\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSuitcaseWork;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSuitcaseWork","props","React","CentralIconBase","IconSuitcaseWork_default"]}
1
+ {"version":3,"sources":["../src/IconSuitcaseWork/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 IconSuitcaseWork: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10C21 8.34315 19.6569 7 18 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6608 3 16.0039 4.34315 16.0039 6V7\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSuitcaseWork;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iGACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSuitcaseWork","props","React","CentralIconBase","IconSuitcaseWork_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-2",
1401
1401
  "componentName": "IconArrowLeftX"
1402
1402
  },
1403
+ {
1404
+ "category": "Arrows",
1405
+ "svg": "<path d=\"M6 20V10.5C6 6.91015 8.91015 4 12.5 4C16.0899 4 19 6.91015 19 10.5V11C19 13.973 16.8377 16.441 14 16.917\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 17L6 20L9 17\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2"
1412
+ },
1413
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
1414
+ "packageName": "round-outlined-radius-3-stroke-2",
1415
+ "componentName": "IconArrowLoopDownLeft"
1416
+ },
1403
1417
  {
1404
1418
  "category": "Interface General",
1405
1419
  "svg": "<path d=\"M20 14.75V17C20 18.6569 18.6569 20 17 20H7C5.34315 20 4 18.6569 4 17V14.75M12 4V15.25M12 4L16.5 8.5M12 4L7.5 8.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -2464,6 +2478,20 @@
2464
2478
  "packageName": "round-outlined-radius-3-stroke-2",
2465
2479
  "componentName": "IconBag2Sparkle"
2466
2480
  },
2481
+ {
2482
+ "category": "Things",
2483
+ "svg": "<path d=\"M21 10C21 8.34315 19.6569 7 18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6607 3 16.0039 4.34315 16.0039 6V7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 11.5L12 13L21 11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 12V14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
2484
+ "iconName": "bag-3, luggage, suitcase, work",
2485
+ "variant": {
2486
+ "join": "round",
2487
+ "filled": "off",
2488
+ "radius": "3",
2489
+ "stroke": "2"
2490
+ },
2491
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
2492
+ "packageName": "round-outlined-radius-3-stroke-2",
2493
+ "componentName": "IconBag3"
2494
+ },
2467
2495
  {
2468
2496
  "category": "Things",
2469
2497
  "svg": "<path d=\"M12 19C15 19 20 15.5 20 9.52857C20 4.83415 16.4183 2 12 2C7.58172 2 4 4.83415 4 9.52857C4 15.5 9 19 12 19Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5004 19L9.53682 20.4453C9.09378 21.1099 9.57017 22 10.3689 22H13.6318C14.4305 22 14.9069 21.1099 14.4639 20.4453L13.5004 19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.10156 8.99942C8.43582 7.45238 9.56119 6.42854 10.9998 6.10742\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -10710,6 +10738,20 @@
10710
10738
  "packageName": "round-outlined-radius-3-stroke-2",
10711
10739
  "componentName": "IconFolders"
10712
10740
  },
10741
+ {
10742
+ "category": "Folders & Files",
10743
+ "svg": "<path d=\"M7 12V6C7 4.89543 7.89543 4 9 4H10.6716C11.202 4 11.7107 4.21071 12.0858 4.58579L12.9142 5.41421C13.2893 5.78929 13.798 6 14.3284 6H19C20.1046 6 21 6.89543 21 8V12C21 13.6569 19.6569 15 18 15H10C8.34315 15 7 13.6569 7 12Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 8V16C3 17.6569 4.34315 19 6 19H17\" stroke=\"currentColor\" stroke-width=\"2\" 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": "2"
10750
+ },
10751
+ "createdAt": "2026-01-22T12:01:00.42597+00:00",
10752
+ "packageName": "round-outlined-radius-3-stroke-2",
10753
+ "componentName": "IconFolders2"
10754
+ },
10713
10755
  {
10714
10756
  "category": "Folders & Files",
10715
10757
  "svg": "<path d=\"M10.5939 4.8906L9.76189 5.4453L9.76189 5.4453L10.5939 4.8906ZM11.4065 6.1094L12.2385 5.5547L11.4065 6.1094ZM14.0002 18C13.4479 18 13.0002 18.4477 13.0002 19C13.0002 19.5523 13.4479 20 14.0002 20V18ZM2.0002 7C2.0002 7.55228 2.44792 8 3.0002 8C3.55249 8 4.0002 7.55228 4.0002 7H2.0002ZM2.64314 18.8242L3.48179 19.3689H3.48179L2.64314 18.8242ZM9.35719 18.8242L10.1958 18.2795V18.2795L9.35719 18.8242ZM6.0002 5H8.92984V3H6.0002V5ZM9.76189 5.4453L10.5744 6.6641L12.2385 5.5547L11.426 4.3359L9.76189 5.4453ZM13.0706 8H18.0002V6H13.0706V8ZM20.0002 10V16H22.0002V10H20.0002ZM14.0002 20H18.0002V18H14.0002V20ZM20.0002 16C20.0002 17.1046 19.1048 18 18.0002 18V20C20.2093 20 22.0002 18.2091 22.0002 16H20.0002ZM18.0002 8C19.1048 8 20.0002 8.89543 20.0002 10H22.0002C22.0002 7.79086 20.2093 6 18.0002 6V8ZM10.5744 6.6641C11.1308 7.4987 12.0675 8 13.0706 8V6C12.7362 6 12.424 5.8329 12.2385 5.5547L10.5744 6.6641ZM8.92984 5C9.26419 5 9.57642 5.1671 9.76189 5.4453L11.426 4.3359C10.8696 3.5013 9.9329 3 8.92984 3V5ZM6.0002 3C3.79107 3 2.0002 4.79086 2.0002 7H4.0002C4.0002 5.89543 4.89564 5 6.0002 5V3ZM6.75021 12.5C6.75021 12.9142 6.41442 13.25 6.0002 13.25V15.25C7.51899 15.25 8.75021 14.0188 8.75021 12.5H6.75021ZM6.0002 13.25C5.58599 13.25 5.2502 12.9142 5.2502 12.5H3.2502C3.2502 14.0188 4.48142 15.25 6.0002 15.25V13.25ZM5.2502 12.5C5.2502 12.0858 5.58599 11.75 6.0002 11.75V9.75C4.48142 9.75 3.2502 10.9812 3.2502 12.5H5.2502ZM6.0002 11.75C6.41442 11.75 6.75021 12.0858 6.75021 12.5H8.75021C8.75021 10.9812 7.51899 9.75 6.0002 9.75V11.75ZM3.48179 19.3689C4.01828 18.5428 4.94611 18 6.00016 18V16C4.24068 16 2.69421 16.9096 1.80449 18.2795L3.48179 19.3689ZM6.00016 18C7.05421 18 7.98205 18.5428 8.51854 19.3689L10.1958 18.2795C9.30612 16.9096 7.75965 16 6.00016 16V18ZM8.58417 19H3.41615V21H8.58417V19ZM8.51854 19.3689C8.5006 19.3412 8.47633 19.2822 8.47905 19.2043C8.48158 19.1315 8.50624 19.0784 8.52696 19.0484C8.56368 18.9954 8.59342 19 8.58417 19V21C9.22836 21 9.82256 20.6907 10.1714 20.1868C10.5397 19.6546 10.6121 18.9204 10.1958 18.2795L8.51854 19.3689ZM1.80449 18.2795C1.38826 18.9204 1.46058 19.6546 1.82892 20.1868C2.17776 20.6907 2.77197 21 3.41615 21V19C3.40691 19 3.43665 18.9954 3.47337 19.0484C3.49408 19.0784 3.51874 19.1315 3.52128 19.2043C3.52399 19.2822 3.49973 19.3412 3.48179 19.3689L1.80449 18.2795Z\" fill=\"currentColor\"/>",
@@ -20820,7 +20862,7 @@
20820
20862
  },
20821
20863
  {
20822
20864
  "category": "Things",
20823
- "svg": "<path d=\"M18 8H6C4.34315 8 3 9.34315 3 11V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V11C21 9.34315 19.6569 8 18 8Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8.00391 8V7C8.00391 5.34315 9.34705 4 11.0039 4H13.0039C14.6608 4 16.0039 5.34315 16.0039 7V8\" stroke=\"currentColor\" stroke-width=\"2\"/>",
20865
+ "svg": "<path d=\"M18 7H6C4.34315 7 3 8.34315 3 10V17C3 18.6569 4.34315 20 6 20H18C19.6569 20 21 18.6569 21 17V10C21 8.34315 19.6569 7 18 7Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8.00391 7V6C8.00391 4.34315 9.34705 3 11.0039 3H13.0039C14.6608 3 16.0039 4.34315 16.0039 6V7\" stroke=\"currentColor\" stroke-width=\"2\"/>",
20824
20866
  "iconName": "suitcase-work,workspace",
20825
20867
  "variant": {
20826
20868
  "join": "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-2",
3
- "version": "1.1.94",
3
+ "version": "1.1.96",
4
4
  "style": "round-outlined-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-stroke-2/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";