@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.95 → 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.
@@ -1,2 +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:"M4.5 15.5V5.5C4.5 4.39543 5.39543 3.5 6.5 3.5H9.17157C9.70201 3.5 10.2107 3.71071 10.5858 4.08579L11.9142 5.41421C12.2893 5.78929 12.798 6 13.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H6.5C5.39543 17.5 4.5 16.6046 4.5 15.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M2.5 5.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconFolders2});
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 14.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 8V14.5C21.5 15.6046 20.6046 16.5 19.5 16.5H7.5C6.39543 16.5 5.5 15.6046 5.5 14.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(C.Path,{d:"M2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconFolders2});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +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=\"M4.5 15.5V5.5C4.5 4.39543 5.39543 3.5 6.5 3.5H9.17157C9.70201 3.5 10.2107 3.71071 10.5858 4.08579L11.9142 5.41421C12.2893 5.78929 12.798 6 13.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H6.5C5.39543 17.5 4.5 16.6046 4.5 15.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 5.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.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,0QACF,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"]}
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 14.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 8V14.5C21.5 15.6046 20.6046 16.5 19.5 16.5H7.5C6.39543 16.5 5.5 15.6046 5.5 14.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.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"]}
@@ -1,2 +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:"M4.5 15.5V5.5C4.5 4.39543 5.39543 3.5 6.5 3.5H9.17157C9.70201 3.5 10.2107 3.71071 10.5858 4.08579L11.9142 5.41421C12.2893 5.78929 12.798 6 13.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H6.5C5.39543 17.5 4.5 16.6046 4.5 15.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2.5 5.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconFolders2,x as default};
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 14.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 8V14.5C21.5 15.6046 20.6046 16.5 19.5 16.5H7.5C6.39543 16.5 5.5 15.6046 5.5 14.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;export{a as IconFolders2,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +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=\"M4.5 15.5V5.5C4.5 4.39543 5.39543 3.5 6.5 3.5H9.17157C9.70201 3.5 10.2107 3.71071 10.5858 4.08579L11.9142 5.41421C12.2893 5.78929 12.798 6 13.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H6.5C5.39543 17.5 4.5 16.6046 4.5 15.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 5.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.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,0QACF,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"]}
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 14.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 8V14.5C21.5 15.6046 20.6046 16.5 19.5 16.5H7.5C6.39543 16.5 5.5 15.6046 5.5 14.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.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"]}
@@ -10740,7 +10740,7 @@
10740
10740
  },
10741
10741
  {
10742
10742
  "category": "Folders & Files",
10743
- "svg": "<path d=\"M4.5 15.5V5.5C4.5 4.39543 5.39543 3.5 6.5 3.5H9.17157C9.70201 3.5 10.2107 3.71071 10.5858 4.08579L11.9142 5.41421C12.2893 5.78929 12.798 6 13.3284 6H19.5C20.6046 6 21.5 6.89543 21.5 8V15.5C21.5 16.6046 20.6046 17.5 19.5 17.5H6.5C5.39543 17.5 4.5 16.6046 4.5 15.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 5.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10743
+ "svg": "<path d=\"M5.5 14.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 8V14.5C21.5 15.6046 20.6046 16.5 19.5 16.5H7.5C6.39543 16.5 5.5 15.6046 5.5 14.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M2.5 6.5V17.5C2.5 18.6046 3.39543 19.5 4.5 19.5H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10744
10744
  "iconName": "folders-2, collection, stuff",
10745
10745
  "variant": {
10746
10746
  "join": "round",
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
3
- "version": "1.1.95",
3
+ "version": "1.1.96",
4
4
  "style": "round-outlined-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-1/IconHome';",