@central-icons-react-native/round-filled-radius-0-stroke-2 1.1.57 → 1.1.58

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 IconMouseClassic: FC<CentralIconBaseProps>;
4
+ export default IconMouseClassic;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>s(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconMouseClassic:()=>i,default:()=>v});module.exports=d(h);var n=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(f.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M13 2.07227C16.3922 2.55758 19 5.4736 19 9H13V2.07227Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11 9H5C5 5.4736 7.6078 2.55758 11 2.07227V9Z",fill:"currentColor"})),v=i;0&&(module.exports={IconMouseClassic});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseClassic/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 IconMouseClassic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 2.07227C16.3922 2.55758 19 5.4736 19 9H13V2.07227Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 9H5C5 5.4736 7.6078 2.55758 11 2.07227V9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic;\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,sEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gDACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMouseClassic_exports","__export","IconMouseClassic","IconMouseClassic_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMouseClassic","props","React","CentralIconBase","IconMouseClassic_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var s=t=>o.createElement(n,{...t},o.createElement(e,{d:"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z",fill:"currentColor"}),o.createElement(e,{d:"M13 2.07227C16.3922 2.55758 19 5.4736 19 9H13V2.07227Z",fill:"currentColor"}),o.createElement(e,{d:"M11 9H5C5 5.4736 7.6078 2.55758 11 2.07227V9Z",fill:"currentColor"})),P=s;export{s as IconMouseClassic,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseClassic/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 IconMouseClassic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13 2.07227C16.3922 2.55758 19 5.4736 19 9H13V2.07227Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 9H5C5 5.4736 7.6078 2.55758 11 2.07227V9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic;\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,sEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gDACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseClassic","props","React","CentralIconBase","IconMouseClassic_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMouseClassic2: FC<CentralIconBaseProps>;
4
+ export default IconMouseClassic2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(x(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),V=r=>s(p({},"__esModule",{value:!0}),r);var v={};g(v,{IconMouseClassic2:()=>i,default:()=>d});module.exports=V(v);var n=a(require("react"));var m=a(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(f.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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(l.Path,{d:"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M18 2C18.5523 2 19 2.44772 19 3V9H13V2H18Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11 9H5V3C5 2.44772 5.44772 2 6 2H11V9Z",fill:"currentColor"})),d=i;0&&(module.exports={IconMouseClassic2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseClassic2/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 IconMouseClassic2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 2C18.5523 2 19 2.44772 19 3V9H13V2H18Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11 9H5V3C5 2.44772 5.44772 2 6 2H11V9Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic2;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EAIGE,EAAQJ","names":["IconMouseClassic2_exports","__export","IconMouseClassic2","IconMouseClassic2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMouseClassic2","props","React","CentralIconBase","IconMouseClassic2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>l.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var s=t=>o.createElement(n,{...t},o.createElement(e,{d:"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z",fill:"currentColor"}),o.createElement(e,{d:"M18 2C18.5523 2 19 2.44772 19 3V9H13V2H18Z",fill:"currentColor"}),o.createElement(e,{d:"M11 9H5V3C5 2.44772 5.44772 2 6 2H11V9Z",fill:"currentColor"})),P=s;export{s as IconMouseClassic2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconMouseClassic2/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 IconMouseClassic2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 2C18.5523 2 19 2.44772 19 3V9H13V2H18Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11 9H5V3C5 2.44772 5.44772 2 6 2H11V9Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic2;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,0CAA0C,KAAK,eAAe,CACxE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseClassic2","props","React","CentralIconBase","IconMouseClassic2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTablet: FC<CentralIconBaseProps>;
4
+ export default IconTablet;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var b={};x(b,{IconTablet:()=>i,default:()=>g});module.exports=P(b);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H19ZM9 17C8.44772 17 8 17.4477 8 18C8 18.5523 8.44772 19 9 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H9Z",fill:"currentColor"})),g=i;0&&(module.exports={IconTablet});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTablet/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 IconTablet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H19ZM9 17C8.44772 17 8 17.4477 8 18C8 18.5523 8.44772 19 9 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTablet;\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,gBAAAE,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,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kPACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconTablet_exports","__export","IconTablet","IconTablet_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTablet","props","React","CentralIconBase","IconTablet_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H19ZM9 17C8.44772 17 8 17.4477 8 18C8 18.5523 8.44772 19 9 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H9Z",fill:"currentColor"})),v=a;export{a as IconTablet,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconTablet/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 IconTablet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H19ZM9 17C8.44772 17 8 17.4477 8 18C8 18.5523 8.44772 19 9 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTablet;\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,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kPACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTablet","props","React","CentralIconBase","IconTablet_default"]}
package/README.md CHANGED
@@ -550,6 +550,8 @@ Below is a complete list of available icons:
550
550
  - IconMacintosh
551
551
  - IconMacMini
552
552
  - IconMouse
553
+ - IconMouseClassic
554
+ - IconMouseClassic2
553
555
  - IconMouseScrollDown
554
556
  - IconMouseScrollUp
555
557
  - IconNfc1
@@ -571,6 +573,7 @@ Below is a complete list of available icons:
571
573
  - IconSpeaker
572
574
  - IconStorage
573
575
  - IconStudioDisplay
576
+ - IconTablet
574
577
  - IconTape
575
578
  - IconTelevision
576
579
  - IconTelevisionOld
@@ -13986,6 +13986,34 @@
13986
13986
  "packageName": "round-filled-radius-0-stroke-2",
13987
13987
  "componentName": "IconMouse"
13988
13988
  },
13989
+ {
13990
+ "category": "Devices & Signals",
13991
+ "svg": "<path d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z\" fill=\"currentColor\"/><path d=\"M13 2.07227C16.3922 2.55758 19 5.4736 19 9H13V2.07227Z\" fill=\"currentColor\"/><path d=\"M11 9H5C5 5.4736 7.6078 2.55758 11 2.07227V9Z\" fill=\"currentColor\"/>",
13992
+ "iconName": "mouse-classic, click",
13993
+ "variant": {
13994
+ "join": "round",
13995
+ "filled": "on",
13996
+ "radius": "0",
13997
+ "stroke": "2"
13998
+ },
13999
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
14000
+ "packageName": "round-filled-radius-0-stroke-2",
14001
+ "componentName": "IconMouseClassic"
14002
+ },
14003
+ {
14004
+ "category": "Devices & Signals",
14005
+ "svg": "<path d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5 18.866 5 15V11H19V15Z\" fill=\"currentColor\"/><path d=\"M18 2C18.5523 2 19 2.44772 19 3V9H13V2H18Z\" fill=\"currentColor\"/><path d=\"M11 9H5V3C5 2.44772 5.44772 2 6 2H11V9Z\" fill=\"currentColor\"/>",
14006
+ "iconName": "mouse-classic-2, click",
14007
+ "variant": {
14008
+ "join": "round",
14009
+ "filled": "on",
14010
+ "radius": "0",
14011
+ "stroke": "2"
14012
+ },
14013
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
14014
+ "packageName": "round-filled-radius-0-stroke-2",
14015
+ "componentName": "IconMouseClassic2"
14016
+ },
13989
14017
  {
13990
14018
  "category": "Devices & Signals",
13991
14019
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.16795 19.4453C8.4743 18.9858 9.09517 18.8616 9.5547 19.1679L12 20.7981L14.4453 19.1679C14.9048 18.8616 15.5257 18.9858 15.8321 19.4453C16.1384 19.9048 16.0142 20.5257 15.5547 20.8321L12.5547 22.8321C12.2188 23.056 11.7812 23.056 11.4453 22.8321L8.4453 20.8321C7.98577 20.5257 7.8616 19.9048 8.16795 19.4453Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V7ZM13 6C13 5.44772 12.5523 5 12 5C11.4477 5 11 5.44772 11 6V8C11 8.55228 11.4477 9 12 9C12.5523 9 13 8.55228 13 8V6Z\" fill=\"currentColor\"/>",
@@ -20118,6 +20146,20 @@
20118
20146
  "packageName": "round-filled-radius-0-stroke-2",
20119
20147
  "componentName": "IconTable"
20120
20148
  },
20149
+ {
20150
+ "category": "Devices & Signals",
20151
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19 2C19.5523 2 20 2.44772 20 3V21C20 21.5523 19.5523 22 19 22H5C4.44772 22 4 21.5523 4 21V3C4 2.44772 4.44772 2 5 2H19ZM9 17C8.44772 17 8 17.4477 8 18C8 18.5523 8.44772 19 9 19H15C15.5523 19 16 18.5523 16 18C16 17.4477 15.5523 17 15 17H9Z\" fill=\"currentColor\"/>",
20152
+ "iconName": "tablet, ipad, mobile",
20153
+ "variant": {
20154
+ "join": "round",
20155
+ "filled": "on",
20156
+ "radius": "0",
20157
+ "stroke": "2"
20158
+ },
20159
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
20160
+ "packageName": "round-filled-radius-0-stroke-2",
20161
+ "componentName": "IconTablet"
20162
+ },
20121
20163
  {
20122
20164
  "category": "Things",
20123
20165
  "svg": "<path d=\"M16.5548 3.16795C16.3341 3.02084 16.0641 2.96741 15.804 3.01942C15.5439 3.07144 15.3152 3.22463 15.1681 3.4453L13.1681 6.4453C12.8617 6.90483 12.9859 7.5257 13.4454 7.83205C13.9049 8.13841 14.5258 8.01423 14.8322 7.5547L15.5253 6.51501C15.8933 8.02399 15.3857 9.20025 14.5756 10.1723C13.7368 11.1789 12.6315 11.8962 11.819 12.4235C11.6858 12.5099 11.5604 12.5913 11.4454 12.668C10.9859 12.9743 10.8617 13.5952 11.1681 14.0547C11.4744 14.5142 12.0953 14.6384 12.5548 14.3321C12.6441 14.2725 12.7501 14.2042 12.8696 14.1272C13.665 13.6146 15.0592 12.7162 16.1121 11.4527C17.2028 10.1439 17.9812 8.38119 17.5072 6.20659L18.4454 6.83206C18.9049 7.13842 19.5258 7.01424 19.8322 6.55472C20.1385 6.09519 20.0143 5.47432 19.5548 5.16796L16.5548 3.16795Z\" fill=\"currentColor\"/><path d=\"M4.70711 5.29289C4.31658 4.90237 3.68342 4.90237 3.29289 5.29289C2.90237 5.68342 2.90237 6.31658 3.29289 6.70711L4.58579 8L3.29289 9.29289C2.90237 9.68342 2.90237 10.3166 3.29289 10.7071C3.68342 11.0976 4.31658 11.0976 4.70711 10.7071L6 9.41421L7.29289 10.7071C7.68342 11.0976 8.31658 11.0976 8.70711 10.7071C9.09763 10.3166 9.09763 9.68342 8.70711 9.29289L7.41421 8L8.70711 6.70711C9.09763 6.31658 9.09763 5.68342 8.70711 5.29289C8.31658 4.90237 7.68342 4.90237 7.29289 5.29289L6 6.58579L4.70711 5.29289Z\" fill=\"currentColor\"/><path d=\"M6.5 14C4.567 14 3 15.567 3 17.5C3 19.433 4.567 21 6.5 21C8.433 21 10 19.433 10 17.5C10 15.567 8.433 14 6.5 14Z\" fill=\"currentColor\"/><path d=\"M20.7071 15.2929C20.3166 14.9024 19.6834 14.9024 19.2929 15.2929L18 16.5858L16.7071 15.2929C16.3166 14.9024 15.6834 14.9024 15.2929 15.2929C14.9024 15.6834 14.9024 16.3166 15.2929 16.7071L16.5858 18L15.2929 19.2929C14.9024 19.6834 14.9024 20.3166 15.2929 20.7071C15.6834 21.0976 16.3166 21.0976 16.7071 20.7071L18 19.4142L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L19.4142 18L20.7071 16.7071C21.0976 16.3166 21.0976 15.6834 20.7071 15.2929Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -998,6 +998,8 @@ export type CentralIconName =
998
998
  | "IconMorningBrief"
999
999
  | "IconMountainBike"
1000
1000
  | "IconMouse"
1001
+ | "IconMouseClassic"
1002
+ | "IconMouseClassic2"
1001
1003
  | "IconMouseScrollDown"
1002
1004
  | "IconMouseScrollUp"
1003
1005
  | "IconMouth"
@@ -1436,6 +1438,7 @@ export type CentralIconName =
1436
1438
  | "IconSwitchVoice"
1437
1439
  | "IconSword"
1438
1440
  | "IconTable"
1441
+ | "IconTablet"
1439
1442
  | "IconTactics1"
1440
1443
  | "IconTactics2"
1441
1444
  | "IconTag"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-0-stroke-2",
3
- "version": "1.1.57",
3
+ "version": "1.1.58",
4
4
  "style": "round-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-0-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": 1623,
14
+ "totalIcons": 1626,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -405,7 +405,7 @@
405
405
  ]
406
406
  },
407
407
  "Devices & Signals": {
408
- "count": 62,
408
+ "count": 65,
409
409
  "icons": [
410
410
  "IconAirdrop",
411
411
  "IconAirplay",
@@ -438,6 +438,8 @@
438
438
  "IconMacintosh",
439
439
  "IconMacMini",
440
440
  "IconMouse",
441
+ "IconMouseClassic",
442
+ "IconMouseClassic2",
441
443
  "IconMouseScrollDown",
442
444
  "IconMouseScrollUp",
443
445
  "IconNfc1",
@@ -459,6 +461,7 @@
459
461
  "IconSpeaker",
460
462
  "IconStorage",
461
463
  "IconStudioDisplay",
464
+ "IconTablet",
462
465
  "IconTape",
463
466
  "IconTelevision",
464
467
  "IconTelevisionOld",
@@ -2812,6 +2815,8 @@
2812
2815
  "IconMorningBrief": "morning-brief, daily-todo",
2813
2816
  "IconMountainBike": "mountain-bike",
2814
2817
  "IconMouse": "mouse",
2818
+ "IconMouseClassic": "mouse-classic, click",
2819
+ "IconMouseClassic2": "mouse-classic-2, click",
2815
2820
  "IconMouseScrollDown": "mouse-scroll-down",
2816
2821
  "IconMouseScrollUp": "mouse-scroll-up",
2817
2822
  "IconMouth": "mouth, kiss",
@@ -3250,6 +3255,7 @@
3250
3255
  "IconSwitchVoice": "switch-voice, change-voice",
3251
3256
  "IconSword": "sword, action, gaming",
3252
3257
  "IconTable": "table, spreedsheet, chart",
3258
+ "IconTablet": "tablet, ipad, mobile",
3253
3259
  "IconTactics1": "tactics-1, game-plan, prototype, play",
3254
3260
  "IconTactics2": "tactics-2, game-plan, prototype, play",
3255
3261
  "IconTag": "tag, sale",
package/index.d.ts CHANGED
@@ -997,6 +997,8 @@ export { IconMoonStar, default as IconMoonStarDefault } from "./IconMoonStar";
997
997
  export { IconMorningBrief, default as IconMorningBriefDefault, } from "./IconMorningBrief";
998
998
  export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMountainBike";
999
999
  export { IconMouse, default as IconMouseDefault } from "./IconMouse";
1000
+ export { IconMouseClassic, default as IconMouseClassicDefault, } from "./IconMouseClassic";
1001
+ export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconMouseClassic2";
1000
1002
  export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
1001
1003
  export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
1002
1004
  export { IconMouth, default as IconMouthDefault } from "./IconMouth";
@@ -1435,6 +1437,7 @@ export { IconSushi, default as IconSushiDefault } from "./IconSushi";
1435
1437
  export { IconSwitchVoice, default as IconSwitchVoiceDefault, } from "./IconSwitchVoice";
1436
1438
  export { IconSword, default as IconSwordDefault } from "./IconSword";
1437
1439
  export { IconTable, default as IconTableDefault } from "./IconTable";
1440
+ export { IconTablet, default as IconTabletDefault } from "./IconTablet";
1438
1441
  export { IconTactics1, default as IconTactics1Default } from "./IconTactics1";
1439
1442
  export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
1440
1443
  export { IconTag, default as IconTagDefault } from "./IconTag";