@central-icons-react-native/square-outlined-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 d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(s({},"__esModule",{value:!0}),r);var g={};h(g,{IconMouseClassic:()=>u,default:()=>P});module.exports=x(g);var n=l(require("react"));var i=l(require("react")),m=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.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 p=require("react-native-svg"),u=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M12 3V10",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M6 10H18",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(p.Path,{d:"M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"})),P=u;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 d=\"M12 3V10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M6 10H18\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,sHACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,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 p from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...s})=>p.createElement(C,{...s,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 a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 3V10",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M6 10H18",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square",strokeLinejoin:"round"})),I=a;export{a as IconMouseClassic,I 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 d=\"M12 3V10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M6 10H18\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\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,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CACC,EAAE,sHACF,OAAO,eACP,YAAY,IACZ,cAAc,SACd,eAAe,QACjB,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 f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!h.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=d(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(I(r)):{},a(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var k={};x(k,{IconMouseClassic2:()=>u,default:()=>g});module.exports=P(k);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.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 s=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(s.Path,{d:"M12 3V10",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M6 10H18",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15V3H6V15Z",stroke:"currentColor",strokeWidth:"2"})),g=u;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 d=\"M12 3V10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M6 10H18\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15V3H6V15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\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,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,IACd,CACF,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 s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var a=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 3V10",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M6 10H18",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15V3H6V15Z",stroke:"currentColor",strokeWidth:"2"})),h=a;export{a as IconMouseClassic2,h 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 d=\"M12 3V10\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M6 10H18\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15V3H6V15Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\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,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,YAAY,IAAI,EACzDG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,IACd,CACF,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 h=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!I.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=u(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?h(B(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(n({},"__esModule",{value:!0}),r);var k={};g(k,{IconTablet:()=>f,default:()=>d});module.exports=P(k);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...t})=>C.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 s=require("react-native-svg"),f=r=>p.default.createElement(i,{...r},p.default.createElement(s.Rect,{x:"5",y:"3",width:"14",height:"18",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M9 18H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),d=f;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, Rect } from \"react-native-svg\";\n\nexport const IconTablet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect\n x=\"5\"\n y=\"3\"\n width=\"14\"\n height=\"18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9 18H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,EAA2B,4BAEdC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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 s}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(s,{...n,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 a,Rect as l}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(l,{x:"5",y:"3",width:"14",height:"18",stroke:"currentColor",strokeWidth:"2"}),t.createElement(a,{d:"M9 18H15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),g=m;export{m as IconTablet,g 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, Rect } from \"react-native-svg\";\n\nexport const IconTablet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Rect\n x=\"5\"\n y=\"3\"\n width=\"14\"\n height=\"18\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9 18H15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,EAAM,QAAAC,MAAY,mBAEpB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,KACP,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","Rect","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": "square-outlined-radius-0-stroke-2",
13987
13987
  "componentName": "IconMouse"
13988
13988
  },
13989
+ {
13990
+ "category": "Devices & Signals",
13991
+ "svg": "<path d=\"M12 3V10\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 10H18\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 9C6 5.68629 8.68629 3 12 3C15.3137 3 18 5.68629 18 9V15C18 18.3137 15.3137 21 12 21C8.68629 21 6 18.3137 6 15V9Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
13992
+ "iconName": "mouse-classic, click",
13993
+ "variant": {
13994
+ "join": "square",
13995
+ "filled": "off",
13996
+ "radius": "0",
13997
+ "stroke": "2"
13998
+ },
13999
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
14000
+ "packageName": "square-outlined-radius-0-stroke-2",
14001
+ "componentName": "IconMouseClassic"
14002
+ },
14003
+ {
14004
+ "category": "Devices & Signals",
14005
+ "svg": "<path d=\"M12 3V10\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 10H18\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 15C6 18.3137 8.68629 21 12 21C15.3137 21 18 18.3137 18 15V3H6V15Z\" stroke=\"currentColor\" stroke-width=\"2\"/>",
14006
+ "iconName": "mouse-classic-2, click",
14007
+ "variant": {
14008
+ "join": "square",
14009
+ "filled": "off",
14010
+ "radius": "0",
14011
+ "stroke": "2"
14012
+ },
14013
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
14014
+ "packageName": "square-outlined-radius-0-stroke-2",
14015
+ "componentName": "IconMouseClassic2"
14016
+ },
13989
14017
  {
13990
14018
  "category": "Devices & Signals",
13991
14019
  "svg": "<path d=\"M15.5547 20.8321L16.3868 20.2773L15.2774 18.6132L14.4453 19.1679L15.5547 20.8321ZM12 22L11.4453 22.8321L12 23.2019L12.5547 22.8321L12 22ZM9.5547 19.1679L8.72265 18.6132L7.61325 20.2773L8.4453 20.8321L9.5547 19.1679ZM13 6V5H11V6H13ZM11 8V9H13V8H11ZM14.4453 19.1679L11.4453 21.1679L12.5547 22.8321L15.5547 20.8321L14.4453 19.1679ZM12.5547 21.1679L9.5547 19.1679L8.4453 20.8321L11.4453 22.8321L12.5547 21.1679ZM16 7V12H18V7H16ZM8 12V7H6V12H8ZM12 16C9.79086 16 8 14.2091 8 12H6C6 15.3137 8.68629 18 12 18V16ZM16 12C16 14.2091 14.2091 16 12 16V18C15.3137 18 18 15.3137 18 12H16ZM12 3C14.2091 3 16 4.79086 16 7H18C18 3.68629 15.3137 1 12 1V3ZM12 1C8.68629 1 6 3.68629 6 7H8C8 4.79086 9.79086 3 12 3V1ZM11 6V8H13V6H11Z\" fill=\"currentColor\"/>",
@@ -20118,6 +20146,20 @@
20118
20146
  "packageName": "square-outlined-radius-0-stroke-2",
20119
20147
  "componentName": "IconTable"
20120
20148
  },
20149
+ {
20150
+ "category": "Devices & Signals",
20151
+ "svg": "<rect x=\"5\" y=\"3\" width=\"14\" height=\"18\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9 18H15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
20152
+ "iconName": "tablet, ipad, mobile",
20153
+ "variant": {
20154
+ "join": "square",
20155
+ "filled": "off",
20156
+ "radius": "0",
20157
+ "stroke": "2"
20158
+ },
20159
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
20160
+ "packageName": "square-outlined-radius-0-stroke-2",
20161
+ "componentName": "IconTablet"
20162
+ },
20121
20163
  {
20122
20164
  "category": "Things",
20123
20165
  "svg": "<path d=\"M9 17.5C9 18.8807 7.88071 20 6.5 20C5.11929 20 4 18.8807 4 17.5C4 16.1193 5.11929 15 6.5 15C7.88071 15 9 16.1193 9 17.5Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M4 6L6 8M6 8L8 10M6 8L8 6M6 8L4 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16 16L18 18M18 18L20 20M18 18L20 16M18 18L16 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M14 7L16 4L19 6.00001\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16.25 5.5C18 10 13.5 12.5 12 13.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
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/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.57",
3
+ "version": "1.1.58",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-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";