@central-icons-react-native/round-filled-radius-2-stroke-1.5 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.
- package/IconMouseClassic/index.d.ts +4 -0
- package/IconMouseClassic/index.js +2 -0
- package/IconMouseClassic/index.js.map +1 -0
- package/IconMouseClassic/index.mjs +2 -0
- package/IconMouseClassic/index.mjs.map +1 -0
- package/IconMouseClassic2/index.d.ts +4 -0
- package/IconMouseClassic2/index.js +2 -0
- package/IconMouseClassic2/index.js.map +1 -0
- package/IconMouseClassic2/index.mjs +2 -0
- package/IconMouseClassic2/index.mjs.map +1 -0
- package/IconTablet/index.d.ts +4 -0
- package/IconTablet/index.js +2 -0
- package/IconTablet/index.js.map +1 -0
- package/IconTablet/index.mjs +2 -0
- package/IconTablet/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +9 -3
- package/index.d.ts +3 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +21 -0
|
@@ -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 15V10.5H19V15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.25 9H5C5 5.38739 7.73669 2.41428 11.25 2.04004V9Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.75 2.04004C16.2633 2.41428 19 5.38739 19 9H12.75V2.04004Z",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 15V10.5H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.25 9H5C5 5.38739 7.73669 2.41428 11.25 2.04004V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.75 2.04004C16.2633 2.41428 19 5.38739 19 9H12.75V2.04004Z\"\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,wEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gEACF,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 15V10.5H19V15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.25 9H5C5 5.38739 7.73669 2.41428 11.25 2.04004V9Z",fill:"currentColor"}),o.createElement(e,{d:"M12.75 2.04004C16.2633 2.41428 19 5.38739 19 9H12.75V2.04004Z",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 15V10.5H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.25 9H5C5 5.38739 7.73669 2.41428 11.25 2.04004V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.75 2.04004C16.2633 2.41428 19 5.38739 19 9H12.75V2.04004Z\"\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,wEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseClassic","props","React","CentralIconBase","IconMouseClassic_default"]}
|
|
@@ -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.8659 15.866 22 12 22C8.13404 22 5.00005 18.8659 5 15V10.5H19V15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.25 9H5V4.75C5.00001 3.23123 6.23123 2 7.75 2H11.25V9Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M16.25 2C17.7687 2.00002 18.9999 3.2313 19 4.75V9H12.75V2H16.25Z",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.8659 15.866 22 12 22C8.13404 22 5.00005 18.8659 5 15V10.5H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.25 9H5V4.75C5.00001 3.23123 6.23123 2 7.75 2H11.25V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.25 2C17.7687 2.00002 18.9999 3.2313 19 4.75V9H12.75V2H16.25Z\"\n fill=\"currentColor\"\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,QACC,EAAE,gFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4DACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mEACF,KAAK,eACP,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 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.8659 15.866 22 12 22C8.13404 22 5.00005 18.8659 5 15V10.5H19V15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.25 9H5V4.75C5.00001 3.23123 6.23123 2 7.75 2H11.25V9Z",fill:"currentColor"}),o.createElement(e,{d:"M16.25 2C17.7687 2.00002 18.9999 3.2313 19 4.75V9H12.75V2H16.25Z",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.8659 15.866 22 12 22C8.13404 22 5.00005 18.8659 5 15V10.5H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.25 9H5V4.75C5.00001 3.23123 6.23123 2 7.75 2H11.25V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.25 2C17.7687 2.00002 18.9999 3.2313 19 4.75V9H12.75V2H16.25Z\"\n fill=\"currentColor\"\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,CACC,EAAE,gFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4DACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMouseClassic2","props","React","CentralIconBase","IconMouseClassic2_default"]}
|
|
@@ -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:"M17.25 2C18.7688 2 20 3.23122 20 4.75V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V4.75C4 3.23122 5.23122 2 6.75 2H17.25ZM8.75 17.5C8.33579 17.5 8 17.8358 8 18.25C8 18.6642 8.33579 19 8.75 19H15.25C15.6642 19 16 18.6642 16 18.25C16 17.8358 15.6642 17.5 15.25 17.5H8.75Z",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=\"M17.25 2C18.7688 2 20 3.23122 20 4.75V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V4.75C4 3.23122 5.23122 2 6.75 2H17.25ZM8.75 17.5C8.33579 17.5 8 17.8358 8 18.25C8 18.6642 8.33579 19 8.75 19H15.25C15.6642 19 16 18.6642 16 18.25C16 17.8358 15.6642 17.5 15.25 17.5H8.75Z\"\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,0SACF,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:"M17.25 2C18.7688 2 20 3.23122 20 4.75V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V4.75C4 3.23122 5.23122 2 6.75 2H17.25ZM8.75 17.5C8.33579 17.5 8 17.8358 8 18.25C8 18.6642 8.33579 19 8.75 19H15.25C15.6642 19 16 18.6642 16 18.25C16 17.8358 15.6642 17.5 15.25 17.5H8.75Z",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=\"M17.25 2C18.7688 2 20 3.23122 20 4.75V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V4.75C4 3.23122 5.23122 2 6.75 2H17.25ZM8.75 17.5C8.33579 17.5 8 17.8358 8 18.25C8 18.6642 8.33579 19 8.75 19H15.25C15.6642 19 16 18.6642 16 18.25C16 17.8358 15.6642 17.5 15.25 17.5H8.75Z\"\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,0SACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -13986,6 +13986,34 @@
|
|
|
13986
13986
|
"packageName": "round-filled-radius-2-stroke-1.5",
|
|
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 15V10.5H19V15Z\" fill=\"currentColor\"/><path d=\"M11.25 9H5C5 5.38739 7.73669 2.41428 11.25 2.04004V9Z\" fill=\"currentColor\"/><path d=\"M12.75 2.04004C16.2633 2.41428 19 5.38739 19 9H12.75V2.04004Z\" fill=\"currentColor\"/>",
|
|
13992
|
+
"iconName": "mouse-classic, click",
|
|
13993
|
+
"variant": {
|
|
13994
|
+
"join": "round",
|
|
13995
|
+
"filled": "on",
|
|
13996
|
+
"radius": "2",
|
|
13997
|
+
"stroke": "1.5"
|
|
13998
|
+
},
|
|
13999
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
14000
|
+
"packageName": "round-filled-radius-2-stroke-1.5",
|
|
14001
|
+
"componentName": "IconMouseClassic"
|
|
14002
|
+
},
|
|
14003
|
+
{
|
|
14004
|
+
"category": "Devices & Signals",
|
|
14005
|
+
"svg": "<path d=\"M19 15C19 18.8659 15.866 22 12 22C8.13404 22 5.00005 18.8659 5 15V10.5H19V15Z\" fill=\"currentColor\"/><path d=\"M11.25 9H5V4.75C5.00001 3.23123 6.23123 2 7.75 2H11.25V9Z\" fill=\"currentColor\"/><path d=\"M16.25 2C17.7687 2.00002 18.9999 3.2313 19 4.75V9H12.75V2H16.25Z\" fill=\"currentColor\"/>",
|
|
14006
|
+
"iconName": "mouse-classic-2, click",
|
|
14007
|
+
"variant": {
|
|
14008
|
+
"join": "round",
|
|
14009
|
+
"filled": "on",
|
|
14010
|
+
"radius": "2",
|
|
14011
|
+
"stroke": "1.5"
|
|
14012
|
+
},
|
|
14013
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
14014
|
+
"packageName": "round-filled-radius-2-stroke-1.5",
|
|
14015
|
+
"componentName": "IconMouseClassic2"
|
|
14016
|
+
},
|
|
13989
14017
|
{
|
|
13990
14018
|
"category": "Devices & Signals",
|
|
13991
14019
|
"svg": "<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 12V7ZM12.75 5.75C12.75 5.33579 12.4142 5 12 5C11.5858 5 11.25 5.33579 11.25 5.75V8.25C11.25 8.66421 11.5858 9 12 9C12.4142 9 12.75 8.66421 12.75 8.25V5.75Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.37596 19.834C8.60573 19.4893 9.07138 19.3962 9.41602 19.626L11.3066 20.8864C11.7265 21.1663 12.2735 21.1663 12.6934 20.8864L14.584 19.626C14.9286 19.3962 15.3943 19.4893 15.624 19.834C15.8538 20.1786 15.7607 20.6443 15.416 20.874L13.5254 22.1344C12.6017 22.7503 11.3983 22.7503 10.4746 22.1344L8.58397 20.874C8.23933 20.6443 8.1462 20.1786 8.37596 19.834Z\" fill=\"currentColor\"/>",
|
|
@@ -20118,6 +20146,20 @@
|
|
|
20118
20146
|
"packageName": "round-filled-radius-2-stroke-1.5",
|
|
20119
20147
|
"componentName": "IconTable"
|
|
20120
20148
|
},
|
|
20149
|
+
{
|
|
20150
|
+
"category": "Devices & Signals",
|
|
20151
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.25 2C18.7688 2 20 3.23122 20 4.75V19.25C20 20.7688 18.7688 22 17.25 22H6.75C5.23122 22 4 20.7688 4 19.25V4.75C4 3.23122 5.23122 2 6.75 2H17.25ZM8.75 17.5C8.33579 17.5 8 17.8358 8 18.25C8 18.6642 8.33579 19 8.75 19H15.25C15.6642 19 16 18.6642 16 18.25C16 17.8358 15.6642 17.5 15.25 17.5H8.75Z\" fill=\"currentColor\"/>",
|
|
20152
|
+
"iconName": "tablet, ipad, mobile",
|
|
20153
|
+
"variant": {
|
|
20154
|
+
"join": "round",
|
|
20155
|
+
"filled": "on",
|
|
20156
|
+
"radius": "2",
|
|
20157
|
+
"stroke": "1.5"
|
|
20158
|
+
},
|
|
20159
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
20160
|
+
"packageName": "round-filled-radius-2-stroke-1.5",
|
|
20161
|
+
"componentName": "IconTablet"
|
|
20162
|
+
},
|
|
20121
20163
|
{
|
|
20122
20164
|
"category": "Things",
|
|
20123
20165
|
"svg": "<path d=\"M16.5411 3.12597C16.3756 3.01563 16.173 2.97556 15.978 3.01457C15.7829 3.05358 15.6114 3.16847 15.501 3.33398L13.4385 6.42773C13.2088 6.77237 13.3019 7.23802 13.6466 7.46779C13.9912 7.69755 14.4569 7.60442 14.6866 7.25978L15.7309 5.69343C16.4385 7.6364 15.8514 9.12018 14.8722 10.2953C13.9773 11.369 12.7974 12.134 11.9611 12.6763C11.8255 12.7642 11.6989 12.8463 11.5841 12.9228C11.2394 13.1526 11.1463 13.6183 11.376 13.9629C11.6058 14.3076 12.0715 14.4007 12.4161 14.1709C12.5117 14.1072 12.6237 14.0349 12.749 13.9541C13.5726 13.4228 14.9691 12.522 16.0245 11.2555C17.2245 9.81555 18.0328 7.84561 17.2077 5.37313L18.8028 6.43655C19.1474 6.66631 19.6131 6.57318 19.8429 6.22854C20.0726 5.88389 19.9795 5.41824 19.6349 5.18847L16.5411 3.12597Z\" fill=\"currentColor\"/><path d=\"M4.28033 5.28217C3.98744 4.98928 3.51256 4.98928 3.21967 5.28217C2.92678 5.57506 2.92678 6.04994 3.21967 6.34283L4.75184 7.875L3.21967 9.40717C2.92678 9.70006 2.92678 10.1749 3.21967 10.4678C3.51256 10.7607 3.98744 10.7607 4.28033 10.4678L5.8125 8.93566L7.34467 10.4678C7.63756 10.7607 8.11244 10.7607 8.40533 10.4678C8.69822 10.1749 8.69822 9.70006 8.40533 9.40717L6.87316 7.875L8.40533 6.34283C8.69822 6.04994 8.69822 5.57506 8.40533 5.28217C8.11244 4.98928 7.63756 4.98928 7.34467 5.28217L5.8125 6.81434L4.28033 5.28217Z\" fill=\"currentColor\"/><path d=\"M6.32812 14.3438C4.49005 14.3438 3 15.8338 3 17.6719C3 19.5099 4.49005 21 6.32812 21C8.1662 21 9.65625 19.5099 9.65625 17.6719C9.65625 15.8338 8.1662 14.3438 6.32812 14.3438Z\" fill=\"currentColor\"/><path d=\"M15.5947 15.5947C15.3018 15.8876 15.3018 16.3624 15.5947 16.6553L17.1268 18.1875L15.5947 19.7197C15.3018 20.0126 15.3018 20.4874 15.5947 20.7803C15.8876 21.0732 16.3624 21.0732 16.6553 20.7803L18.1875 19.2482L19.7197 20.7803C20.0126 21.0732 20.4874 21.0732 20.7803 20.7803C21.0732 20.4874 21.0732 20.0126 20.7803 19.7197L19.2482 18.1875L20.7803 16.6553C21.0732 16.3624 21.0732 15.8876 20.7803 15.5947C20.4874 15.3018 20.0126 15.3018 19.7197 15.5947L18.1875 17.1268L16.6553 15.5947C16.3624 15.3018 15.8876 15.3018 15.5947 15.5947Z\" 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-2-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.58",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1.5/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":
|
|
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":
|
|
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";
|