@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.99 → 1.1.100

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 s=Object.create;var H=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)H(r,t,{get:o[t],enumerable:!0})},p=(r,o,t,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!I.call(r,e)&&e!==t&&H(r,e,{get:()=>o[e],enumerable:!(n=c(o,e))||n.enumerable});return r};var a=(r,o,t)=>(t=r!=null?s(B(r)):{},p(o||!r||!r.__esModule?H(t,"default",{value:r,enumerable:!0}):t,r)),u=r=>p(H({},"__esModule",{value:!0}),r);var P={};i(P,{IconTable:()=>m,default:()=>x});module.exports=u(P);var V=a(require("react"));var C=a(require("react")),M=require("react-native-svg"),Z=({children:r,size:o=24,...t})=>C.default.createElement(M.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 l=require("react-native-svg"),m=r=>V.default.createElement(Z,{...r},V.default.createElement(l.Path,{d:"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM10 3.5V3H9V3.5H10ZM9 20.5V21H10V20.5H9ZM3.5 9H3V10H3.5V9ZM20.5 10H21V9H20.5V10ZM20 3.5V20.5H21V3.5H20ZM20.5 20H3.5V21H20.5V20ZM4 20.5V3.5H3V20.5H4ZM3.5 4H20.5V3H3.5V4ZM9 3.5V9.5H10V3.5H9ZM9 9.5V20.5H10V9.5H9ZM3.5 10H9.5V9H3.5V10ZM9.5 10H20.5V9H9.5V10Z",fill:"currentColor"})),x=m;0&&(module.exports={IconTable});
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of M(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=f(o,t))||s.enumerable});return r};var H=(r,o,e)=>(e=r!=null?u(i(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),Z=r=>C(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconTable:()=>c,default:()=>x});module.exports=Z(P);var n=H(require("react"));var V=H(require("react")),l=require("react-native-svg"),m=({children:r,size:o=24,...e})=>V.default.createElement(l.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 a=require("react-native-svg"),c=r=>n.default.createElement(m,{...r},n.default.createElement(a.Path,{d:"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z",fill:"currentColor"}),n.default.createElement(a.Path,{d:"M9.5 3.5V9.5V20.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(a.Path,{d:"M3.5 9.5H9.5H20.5",stroke:"currentColor",strokeLinecap:"square"})),x=c;0&&(module.exports={IconTable});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM10 3.5V3H9V3.5H10ZM9 20.5V21H10V20.5H9ZM3.5 9H3V10H3.5V9ZM20.5 10H21V9H20.5V10ZM20 3.5V20.5H21V3.5H20ZM20.5 20H3.5V21H20.5V20ZM4 20.5V3.5H3V20.5H4ZM3.5 4H20.5V3H3.5V4ZM9 3.5V9.5H10V3.5H9ZM9 9.5V20.5H10V9.5H9ZM3.5 10H9.5V9H3.5V10ZM9.5 10H20.5V9H9.5V10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTable;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mbACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTable_exports","__export","IconTable","IconTable_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTable","props","React","CentralIconBase","IconTable_default"]}
1
+ {"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 3.5V9.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.5 9.5H9.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTable;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGE,EAAQJ","names":["IconTable_exports","__export","IconTable","IconTable_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTable","props","React","CentralIconBase","IconTable_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import V from"react";import{Svg as n}from"react-native-svg";var t=({children:o,size:r=24,...H})=>V.createElement(n,{...H,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 p}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(p,{d:"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM10 3.5V3H9V3.5H10ZM9 20.5V21H10V20.5H9ZM3.5 9H3V10H3.5V9ZM20.5 10H21V9H20.5V10ZM20 3.5V20.5H21V3.5H20ZM20.5 20H3.5V21H20.5V20ZM4 20.5V3.5H3V20.5H4ZM3.5 4H20.5V3H3.5V4ZM9 3.5V9.5H10V3.5H9ZM9 9.5V20.5H10V9.5H9ZM3.5 10H9.5V9H3.5V10ZM9.5 10H20.5V9H9.5V10Z",fill:"currentColor"})),I=a;export{a as IconTable,I as default};
1
+ import o from"react";import a from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>a.createElement(s,{...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 t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z",fill:"currentColor"}),o.createElement(t,{d:"M9.5 3.5V9.5V20.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M3.5 9.5H9.5H20.5",stroke:"currentColor",strokeLinecap:"square"})),B=C;export{C as IconTable,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM10 3.5V3H9V3.5H10ZM9 20.5V21H10V20.5H9ZM3.5 9H3V10H3.5V9ZM20.5 10H21V9H20.5V10ZM20 3.5V20.5H21V3.5H20ZM20.5 20H3.5V21H20.5V20ZM4 20.5V3.5H3V20.5H4ZM3.5 4H20.5V3H3.5V4ZM9 3.5V9.5H10V3.5H9ZM9 9.5V20.5H10V9.5H9ZM3.5 10H9.5V9H3.5V10ZM9.5 10H20.5V9H9.5V10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTable;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mbACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTable","props","React","CentralIconBase","IconTable_default"]}
1
+ {"version":3,"sources":["../src/IconTable/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 IconTable: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 3.5H21C21 3.22386 20.7761 3 20.5 3V3.5ZM20.5 20.5V21C20.7761 21 21 20.7761 21 20.5H20.5ZM3.5 3.5V3C3.22386 3 3 3.22386 3 3.5H3.5ZM3.5 20.5H3C3 20.7761 3.22386 21 3.5 21V20.5ZM20.5 3.5H20V20.5H20.5H21V3.5H20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM3.5 20.5H4V3.5H3.5H3V20.5H3.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.5 3.5V9.5V20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M3.5 9.5H9.5H20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTable;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTable","props","React","CentralIconBase","IconTable_default"]}