@central-icons-react-native/square-outlined-radius-0-stroke-1.5 1.1.56 → 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 IconExclamationCircleBold: FC<CentralIconBaseProps>;
4
+ export default IconExclamationCircleBold;
@@ -0,0 +1,2 @@
1
+ "use strict";var x=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(c=u(o,e))||c.enumerable});return r};var a=(r,o,t)=>(t=r!=null?x(I(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>C(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconExclamationCircleBold:()=>f,default:()=>d});module.exports=y(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.default.createElement(s.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"),f=r=>n.default.createElement(i,{...r},n.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(l.Path,{d:"M11.35 13L11 7H13L12.65 13H11.35Z",fill:"currentColor"}),n.default.createElement(l.Circle,{cx:"11.9999",cy:"15.8998",r:"1.1",fill:"currentColor"})),d=f;0&&(module.exports={IconExclamationCircleBold});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconExclamationCircleBold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M11.35 13L11 7H13L12.65 13H11.35Z\" fill=\"currentColor\" />\n <Circle cx=\"11.9999\" cy=\"15.8998\" r=\"1.1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\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,+BAAAE,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,EAA6B,4BAEhBC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,EAChE,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconExclamationCircleBold_exports","__export","IconExclamationCircleBold","IconExclamationCircleBold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(c,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n,Path as C}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(C,{d:"M11.35 13L11 7H13L12.65 13H11.35Z",fill:"currentColor"}),o.createElement(n,{cx:"11.9999",cy:"15.8998",r:"1.1",fill:"currentColor"})),g=a;export{a as IconExclamationCircleBold,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconExclamationCircleBold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path d=\"M11.35 13L11 7H13L12.65 13H11.35Z\" fill=\"currentColor\" />\n <Circle cx=\"11.9999\" cy=\"15.8998\" r=\"1.1\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,EACAI,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,EAChEG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
@@ -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:"M5.75 9C5.75 5.54822 8.54822 2.75 12 2.75C15.4518 2.75 18.25 5.54822 18.25 9V15C18.25 18.4518 15.4518 21.25 12 21.25C8.54822 21.25 5.75 18.4518 5.75 15V9Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M12 2.75V9.75",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M6 9.75H18",stroke:"currentColor",strokeWidth:"1.5"})),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\n d=\"M5.75 9C5.75 5.54822 8.54822 2.75 12 2.75C15.4518 2.75 18.25 5.54822 18.25 9V15C18.25 18.4518 15.4518 21.25 12 21.25C8.54822 21.25 5.75 18.4518 5.75 15V9Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M12 2.75V9.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M6 9.75H18\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,6JACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,CAC/D,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:"M5.75 9C5.75 5.54822 8.54822 2.75 12 2.75C15.4518 2.75 18.25 5.54822 18.25 9V15C18.25 18.4518 15.4518 21.25 12 21.25C8.54822 21.25 5.75 18.4518 5.75 15V9Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square",strokeLinejoin:"round"}),o.createElement(e,{d:"M12 2.75V9.75",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M6 9.75H18",stroke:"currentColor",strokeWidth:"1.5"})),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\n d=\"M5.75 9C5.75 5.54822 8.54822 2.75 12 2.75C15.4518 2.75 18.25 5.54822 18.25 9V15C18.25 18.4518 15.4518 21.25 12 21.25C8.54822 21.25 5.75 18.4518 5.75 15V9Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M12 2.75V9.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M6 9.75H18\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,6JACF,OAAO,eACP,YAAY,MACZ,cAAc,SACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,CAC/D,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 s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var k=(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 B(o))!h.call(r,e)&&e!==t&&s(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?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>a(s({},"__esModule",{value:!0}),r);var g={};k(g,{IconMouseClassic2:()=>u,default:()=>P});module.exports=x(g);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 p=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(p.Path,{d:"M18.25 14.9999V2.74992L5.75 2.74976V14.9999C5.75 18.4517 8.54822 21.2499 12 21.2499C15.4518 21.2499 18.25 18.4517 18.25 14.9999Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M12 2.75V9.75",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement(p.Path,{d:"M6 9.75H18",stroke:"currentColor",strokeWidth:"1.5"})),P=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\n d=\"M18.25 14.9999V2.74992L5.75 2.74976V14.9999C5.75 18.4517 8.54822 21.2499 12 21.2499C15.4518 21.2499 18.25 18.4517 18.25 14.9999Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M12 2.75V9.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M6 9.75H18\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,CAC/D,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 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:"M18.25 14.9999V2.74992L5.75 2.74976V14.9999C5.75 18.4517 8.54822 21.2499 12 21.2499C15.4518 21.2499 18.25 18.4517 18.25 14.9999Z",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"}),o.createElement(e,{d:"M12 2.75V9.75",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M6 9.75H18",stroke:"currentColor",strokeWidth:"1.5"})),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\n d=\"M18.25 14.9999V2.74992L5.75 2.74976V14.9999C5.75 18.4517 8.54822 21.2499 12 21.2499C15.4518 21.2499 18.25 18.4517 18.25 14.9999Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M12 2.75V9.75\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <Path d=\"M6 9.75H18\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\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,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,YAAY,MAAM,EAChEG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,YAAY,MAAM,CAC/D,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 x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(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 I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconTablet:()=>i,default:()=>h});module.exports=g(k);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({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"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M4.75 2.75H19.25V21.25H4.75V2.75Z",stroke:"currentColor",strokeWidth:"1.5"}),p.default.createElement(s.Path,{d:"M8.75 18.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),h=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 d=\"M4.75 2.75H19.25V21.25H4.75V2.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.75 18.25H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,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 s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M4.75 2.75H19.25V21.25H4.75V2.75Z",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement(n,{d:"M8.75 18.25H15.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"square"})),P=l;export{l as IconTablet,P 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 d=\"M4.75 2.75H19.25V21.25H4.75V2.75Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M8.75 18.25H15.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,YAAY,MACZ,cAAc,SAChB,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
@@ -957,6 +960,7 @@ Below is a complete list of available icons:
957
960
  - IconDoupleCheckmark2Small
958
961
  - IconElectrocardiogram
959
962
  - IconExclamationCircle
963
+ - IconExclamationCircleBold
960
964
  - IconExclamationTriangle
961
965
  - IconFeature
962
966
  - IconGauge
@@ -8918,6 +8918,20 @@
8918
8918
  "packageName": "square-outlined-radius-0-stroke-1.5",
8919
8919
  "componentName": "IconExclamationCircle"
8920
8920
  },
8921
+ {
8922
+ "category": "Interface General",
8923
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M11.35 13L11 7H13L12.65 13H11.35Z\" fill=\"currentColor\"/><circle cx=\"11.9999\" cy=\"15.8998\" r=\"1.1\" fill=\"currentColor\"/>",
8924
+ "iconName": "exclamation-circle-bold, info, warning",
8925
+ "variant": {
8926
+ "join": "square",
8927
+ "filled": "off",
8928
+ "radius": "0",
8929
+ "stroke": "1.5"
8930
+ },
8931
+ "createdAt": "2025-12-04T16:02:15.840784+00:00",
8932
+ "packageName": "square-outlined-radius-0-stroke-1.5",
8933
+ "componentName": "IconExclamationCircleBold"
8934
+ },
8921
8935
  {
8922
8936
  "category": "Interface General",
8923
8937
  "svg": "<path d=\"M12 9.75V13.75M12 16.24V16.25M12 3.25L2.5 19.25H21.5L12 3.25Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
@@ -13972,6 +13986,34 @@
13972
13986
  "packageName": "square-outlined-radius-0-stroke-1.5",
13973
13987
  "componentName": "IconMouse"
13974
13988
  },
13989
+ {
13990
+ "category": "Devices & Signals",
13991
+ "svg": "<path d=\"M5.75 9C5.75 5.54822 8.54822 2.75 12 2.75C15.4518 2.75 18.25 5.54822 18.25 9V15C18.25 18.4518 15.4518 21.25 12 21.25C8.54822 21.25 5.75 18.4518 5.75 15V9Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><path d=\"M12 2.75V9.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6 9.75H18\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
13992
+ "iconName": "mouse-classic, click",
13993
+ "variant": {
13994
+ "join": "square",
13995
+ "filled": "off",
13996
+ "radius": "0",
13997
+ "stroke": "1.5"
13998
+ },
13999
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
14000
+ "packageName": "square-outlined-radius-0-stroke-1.5",
14001
+ "componentName": "IconMouseClassic"
14002
+ },
14003
+ {
14004
+ "category": "Devices & Signals",
14005
+ "svg": "<path d=\"M18.25 14.9999V2.74992L5.75 2.74976V14.9999C5.75 18.4517 8.54822 21.2499 12 21.2499C15.4518 21.2499 18.25 18.4517 18.25 14.9999Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M12 2.75V9.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M6 9.75H18\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
14006
+ "iconName": "mouse-classic-2, click",
14007
+ "variant": {
14008
+ "join": "square",
14009
+ "filled": "off",
14010
+ "radius": "0",
14011
+ "stroke": "1.5"
14012
+ },
14013
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
14014
+ "packageName": "square-outlined-radius-0-stroke-1.5",
14015
+ "componentName": "IconMouseClassic2"
14016
+ },
13975
14017
  {
13976
14018
  "category": "Devices & Signals",
13977
14019
  "svg": "<path d=\"M15.416 20.874L16.0401 20.458L15.208 19.2099L14.584 19.626L15.416 20.874ZM12 22.25L11.584 22.874L12 23.1514L12.416 22.874L12 22.25ZM9.41603 19.626L8.79199 19.2099L7.95994 20.458L8.58397 20.874L9.41603 19.626ZM12.75 5.75V5H11.25V5.75H12.75ZM11.25 8.25V9H12.75V8.25H11.25ZM14.584 19.626L11.584 21.626L12.416 22.874L15.416 20.874L14.584 19.626ZM12.416 21.626L9.41603 19.626L8.58397 20.874L11.584 22.874L12.416 21.626ZM16.5 7V12H18V7H16.5ZM7.5 12V7H6V12H7.5ZM12 16.5C9.51472 16.5 7.5 14.4853 7.5 12H6C6 15.3137 8.68629 18 12 18V16.5ZM16.5 12C16.5 14.4853 14.4853 16.5 12 16.5V18C15.3137 18 18 15.3137 18 12H16.5ZM12 2.5C14.4853 2.5 16.5 4.51472 16.5 7H18C18 3.68629 15.3137 1 12 1V2.5ZM12 1C8.68629 1 6 3.68629 6 7H7.5C7.5 4.51472 9.51472 2.5 12 2.5V1ZM11.25 5.75V8.25H12.75V5.75H11.25Z\" fill=\"currentColor\"/>",
@@ -20104,6 +20146,20 @@
20104
20146
  "packageName": "square-outlined-radius-0-stroke-1.5",
20105
20147
  "componentName": "IconTable"
20106
20148
  },
20149
+ {
20150
+ "category": "Devices & Signals",
20151
+ "svg": "<path d=\"M4.75 2.75H19.25V21.25H4.75V2.75Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M8.75 18.25H15.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
20152
+ "iconName": "tablet, ipad, mobile",
20153
+ "variant": {
20154
+ "join": "square",
20155
+ "filled": "off",
20156
+ "radius": "0",
20157
+ "stroke": "1.5"
20158
+ },
20159
+ "createdAt": "2025-12-04T22:01:38.635583+00:00",
20160
+ "packageName": "square-outlined-radius-0-stroke-1.5",
20161
+ "componentName": "IconTablet"
20162
+ },
20107
20163
  {
20108
20164
  "category": "Things",
20109
20165
  "svg": "<path d=\"M8.90625 17.6719C8.90625 19.0957 7.75198 20.25 6.32812 20.25C4.90427 20.25 3.75 19.0957 3.75 17.6719C3.75 16.248 4.90427 15.0938 6.32812 15.0938C7.75198 15.0938 8.90625 16.248 8.90625 17.6719Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M3.75 5.8125L5.8125 7.875M5.8125 7.875L7.875 9.9375M5.8125 7.875L7.875 5.8125M5.8125 7.875L3.75 9.9375\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M16.125 16.125L18.1875 18.1875M18.1875 18.1875L20.25 20.25M18.1875 18.1875L20.25 16.125M18.1875 18.1875L16.125 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M14.0625 6.84375L16.125 3.75L19.2188 5.81251\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/><path d=\"M16.3828 5.29688C18.1875 9.9375 13.5469 12.5156 12 13.5469\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
package/icons/index.d.ts CHANGED
@@ -636,6 +636,7 @@ export type CentralIconName =
636
636
  | "IconEthereum"
637
637
  | "IconEuro"
638
638
  | "IconExclamationCircle"
639
+ | "IconExclamationCircleBold"
639
640
  | "IconExclamationTriangle"
640
641
  | "IconExpand"
641
642
  | "IconExpand315"
@@ -997,6 +998,8 @@ export type CentralIconName =
997
998
  | "IconMorningBrief"
998
999
  | "IconMountainBike"
999
1000
  | "IconMouse"
1001
+ | "IconMouseClassic"
1002
+ | "IconMouseClassic2"
1000
1003
  | "IconMouseScrollDown"
1001
1004
  | "IconMouseScrollUp"
1002
1005
  | "IconMouth"
@@ -1435,6 +1438,7 @@ export type CentralIconName =
1435
1438
  | "IconSwitchVoice"
1436
1439
  | "IconSword"
1437
1440
  | "IconTable"
1441
+ | "IconTablet"
1438
1442
  | "IconTactics1"
1439
1443
  | "IconTactics2"
1440
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-1.5",
3
- "version": "1.1.56",
3
+ "version": "1.1.58",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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": 1622,
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",
@@ -782,7 +785,7 @@
782
785
  ]
783
786
  },
784
787
  "Interface General": {
785
- "count": 173,
788
+ "count": 174,
786
789
  "icons": [
787
790
  "IconAnchor1",
788
791
  "IconAnchor2",
@@ -861,6 +864,7 @@
861
864
  "IconDoupleCheckmark2Small",
862
865
  "IconElectrocardiogram",
863
866
  "IconExclamationCircle",
867
+ "IconExclamationCircleBold",
864
868
  "IconExclamationTriangle",
865
869
  "IconFeature",
866
870
  "IconGauge",
@@ -2449,6 +2453,7 @@
2449
2453
  "IconEthereum": "ethereum",
2450
2454
  "IconEuro": "euro, currency, money, coin, EURO",
2451
2455
  "IconExclamationCircle": "exclamation-circle, info, warning",
2456
+ "IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
2452
2457
  "IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
2453
2458
  "IconExpand": "expand, window, layout",
2454
2459
  "IconExpand315": "expand-315, enlarge",
@@ -2810,6 +2815,8 @@
2810
2815
  "IconMorningBrief": "morning-brief, daily-todo",
2811
2816
  "IconMountainBike": "mountain-bike",
2812
2817
  "IconMouse": "mouse",
2818
+ "IconMouseClassic": "mouse-classic, click",
2819
+ "IconMouseClassic2": "mouse-classic-2, click",
2813
2820
  "IconMouseScrollDown": "mouse-scroll-down",
2814
2821
  "IconMouseScrollUp": "mouse-scroll-up",
2815
2822
  "IconMouth": "mouth, kiss",
@@ -3248,6 +3255,7 @@
3248
3255
  "IconSwitchVoice": "switch-voice, change-voice",
3249
3256
  "IconSword": "sword, action, gaming",
3250
3257
  "IconTable": "table, spreedsheet, chart",
3258
+ "IconTablet": "tablet, ipad, mobile",
3251
3259
  "IconTactics1": "tactics-1, game-plan, prototype, play",
3252
3260
  "IconTactics2": "tactics-2, game-plan, prototype, play",
3253
3261
  "IconTag": "tag, sale",
package/index.d.ts CHANGED
@@ -635,6 +635,7 @@ export { IconEsc, default as IconEscDefault } from "./IconEsc";
635
635
  export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
636
636
  export { IconEuro, default as IconEuroDefault } from "./IconEuro";
637
637
  export { IconExclamationCircle, default as IconExclamationCircleDefault, } from "./IconExclamationCircle";
638
+ export { IconExclamationCircleBold, default as IconExclamationCircleBoldDefault, } from "./IconExclamationCircleBold";
638
639
  export { IconExclamationTriangle, default as IconExclamationTriangleDefault, } from "./IconExclamationTriangle";
639
640
  export { IconExpand, default as IconExpandDefault } from "./IconExpand";
640
641
  export { IconExpand315, default as IconExpand315Default, } from "./IconExpand315";
@@ -996,6 +997,8 @@ export { IconMoonStar, default as IconMoonStarDefault } from "./IconMoonStar";
996
997
  export { IconMorningBrief, default as IconMorningBriefDefault, } from "./IconMorningBrief";
997
998
  export { IconMountainBike, default as IconMountainBikeDefault, } from "./IconMountainBike";
998
999
  export { IconMouse, default as IconMouseDefault } from "./IconMouse";
1000
+ export { IconMouseClassic, default as IconMouseClassicDefault, } from "./IconMouseClassic";
1001
+ export { IconMouseClassic2, default as IconMouseClassic2Default, } from "./IconMouseClassic2";
999
1002
  export { IconMouseScrollDown, default as IconMouseScrollDownDefault, } from "./IconMouseScrollDown";
1000
1003
  export { IconMouseScrollUp, default as IconMouseScrollUpDefault, } from "./IconMouseScrollUp";
1001
1004
  export { IconMouth, default as IconMouthDefault } from "./IconMouth";
@@ -1434,6 +1437,7 @@ export { IconSushi, default as IconSushiDefault } from "./IconSushi";
1434
1437
  export { IconSwitchVoice, default as IconSwitchVoiceDefault, } from "./IconSwitchVoice";
1435
1438
  export { IconSword, default as IconSwordDefault } from "./IconSword";
1436
1439
  export { IconTable, default as IconTableDefault } from "./IconTable";
1440
+ export { IconTablet, default as IconTabletDefault } from "./IconTablet";
1437
1441
  export { IconTactics1, default as IconTactics1Default } from "./IconTactics1";
1438
1442
  export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
1439
1443
  export { IconTag, default as IconTagDefault } from "./IconTag";