@central-icons-react-native/round-filled-radius-3-stroke-1 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.
- package/IconExclamationCircleBold/index.d.ts +4 -0
- package/IconExclamationCircleBold/index.js +2 -0
- package/IconExclamationCircleBold/index.js.map +1 -0
- package/IconExclamationCircleBold/index.mjs +2 -0
- package/IconExclamationCircleBold/index.mjs.map +1 -0
- 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 +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/index.d.ts +4 -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 +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(x(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconExclamationCircleBold:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.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=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z",fill:"currentColor"})),g=i;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 { Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z\"\n fill=\"currentColor\"\n />\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,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8dACF,KAAK,eACP,CACF,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z",fill:"currentColor"})),I=a;export{a as IconExclamationCircleBold,I 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 { Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z\"\n fill=\"currentColor\"\n />\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,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8dACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_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)),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 15V10H19V15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 9H5C5 5.30217 7.86743 2.27597 11.5 2.01953V9Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M12.5 2.01953C16.1326 2.27597 19 5.30217 19 9H12.5V2.01953Z",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 15V10H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 9H5C5 5.30217 7.86743 2.27597 11.5 2.01953V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 2.01953C16.1326 2.27597 19 5.30217 19 9H12.5V2.01953Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sEACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8DACF,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 15V10H19V15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.5 9H5C5 5.30217 7.86743 2.27597 11.5 2.01953V9Z",fill:"currentColor"}),o.createElement(e,{d:"M12.5 2.01953C16.1326 2.27597 19 5.30217 19 9H12.5V2.01953Z",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 15V10H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 9H5C5 5.30217 7.86743 2.27597 11.5 2.01953V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.5 2.01953C16.1326 2.27597 19 5.30217 19 9H12.5V2.01953Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sEACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8DACF,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.866 15.866 22 12 22C8.13401 22 5.00001 18.866 5 15V10H19V15Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 9H5V5.5C5 3.567 6.567 2 8.5 2H11.5V9Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M15.5 2C17.433 2 19 3.567 19 5.5V9H12.5V2H15.5Z",fill:"currentColor"})),d=i;0&&(module.exports={IconMouseClassic2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMouseClassic2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMouseClassic2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5.00001 18.866 5 15V10H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 9H5V5.5C5 3.567 6.567 2 8.5 2H11.5V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 2C17.433 2 19 3.567 19 5.5V9H12.5V2H15.5Z\"\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,4EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8CACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,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.866 15.866 22 12 22C8.13401 22 5.00001 18.866 5 15V10H19V15Z",fill:"currentColor"}),o.createElement(e,{d:"M11.5 9H5V5.5C5 3.567 6.567 2 8.5 2H11.5V9Z",fill:"currentColor"}),o.createElement(e,{d:"M15.5 2C17.433 2 19 3.567 19 5.5V9H12.5V2H15.5Z",fill:"currentColor"})),P=s;export{s as IconMouseClassic2,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMouseClassic2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMouseClassic2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5.00001 18.866 5 15V10H19V15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5 9H5V5.5C5 3.567 6.567 2 8.5 2H11.5V9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.5 2C17.433 2 19 3.567 19 5.5V9H12.5V2H15.5Z\"\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,4EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8CACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,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:"M16.5 2C18.433 2 20 3.567 20 5.5V18.5C20 20.433 18.433 22 16.5 22H7.5C5.567 22 4 20.433 4 18.5V5.5C4 3.567 5.567 2 7.5 2H16.5ZM8.5 18C8.22386 18 8 18.2239 8 18.5C8 18.7761 8.22386 19 8.5 19H15.5C15.7761 19 16 18.7761 16 18.5C16 18.2239 15.7761 18 15.5 18H8.5Z",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=\"M16.5 2C18.433 2 20 3.567 20 5.5V18.5C20 20.433 18.433 22 16.5 22H7.5C5.567 22 4 20.433 4 18.5V5.5C4 3.567 5.567 2 7.5 2H16.5ZM8.5 18C8.22386 18 8 18.2239 8 18.5C8 18.7761 8.22386 19 8.5 19H15.5C15.7761 19 16 18.7761 16 18.5C16 18.2239 15.7761 18 15.5 18H8.5Z\"\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,sQACF,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:"M16.5 2C18.433 2 20 3.567 20 5.5V18.5C20 20.433 18.433 22 16.5 22H7.5C5.567 22 4 20.433 4 18.5V5.5C4 3.567 5.567 2 7.5 2H16.5ZM8.5 18C8.22386 18 8 18.2239 8 18.5C8 18.7761 8.22386 19 8.5 19H15.5C15.7761 19 16 18.7761 16 18.5C16 18.2239 15.7761 18 15.5 18H8.5Z",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=\"M16.5 2C18.433 2 20 3.567 20 5.5V18.5C20 20.433 18.433 22 16.5 22H7.5C5.567 22 4 20.433 4 18.5V5.5C4 3.567 5.567 2 7.5 2H16.5ZM8.5 18C8.22386 18 8 18.2239 8 18.5C8 18.7761 8.22386 19 8.5 19H15.5C15.7761 19 16 18.7761 16 18.5C16 18.2239 15.7761 18 15.5 18H8.5Z\"\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,sQACF,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
|
|
@@ -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
|
package/filtered-icons.json
CHANGED
|
@@ -8918,6 +8918,20 @@
|
|
|
8918
8918
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
8919
8919
|
"componentName": "IconExclamationCircle"
|
|
8920
8920
|
},
|
|
8921
|
+
{
|
|
8922
|
+
"category": "Interface General",
|
|
8923
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z\" fill=\"currentColor\"/>",
|
|
8924
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
8925
|
+
"variant": {
|
|
8926
|
+
"join": "round",
|
|
8927
|
+
"filled": "on",
|
|
8928
|
+
"radius": "3",
|
|
8929
|
+
"stroke": "1"
|
|
8930
|
+
},
|
|
8931
|
+
"createdAt": "2025-12-04T16:02:15.840784+00:00",
|
|
8932
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
8933
|
+
"componentName": "IconExclamationCircleBold"
|
|
8934
|
+
},
|
|
8921
8935
|
{
|
|
8922
8936
|
"category": "Interface General",
|
|
8923
8937
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04096 4.24919C10.4145 2.07449 13.5859 2.07449 14.9594 4.24919L21.5164 14.6311C22.9883 16.9617 21.3136 20.0001 18.5572 20.0001H5.44315C2.68671 20.0001 1.01201 16.9617 2.48393 14.6311L9.04096 4.24919ZM12 8.5C12.2761 8.5 12.5 8.72386 12.5 9V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V9C11.5 8.72386 11.7239 8.5 12 8.5ZM12.75 16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16C11.25 15.5858 11.5858 15.25 12 15.25C12.4142 15.25 12.75 15.5858 12.75 16Z\" fill=\"currentColor\"/>",
|
|
@@ -13972,6 +13986,34 @@
|
|
|
13972
13986
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
13973
13987
|
"componentName": "IconMouse"
|
|
13974
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 15V10H19V15Z\" fill=\"currentColor\"/><path d=\"M11.5 9H5C5 5.30217 7.86743 2.27597 11.5 2.01953V9Z\" fill=\"currentColor\"/><path d=\"M12.5 2.01953C16.1326 2.27597 19 5.30217 19 9H12.5V2.01953Z\" fill=\"currentColor\"/>",
|
|
13992
|
+
"iconName": "mouse-classic, click",
|
|
13993
|
+
"variant": {
|
|
13994
|
+
"join": "round",
|
|
13995
|
+
"filled": "on",
|
|
13996
|
+
"radius": "3",
|
|
13997
|
+
"stroke": "1"
|
|
13998
|
+
},
|
|
13999
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
14000
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
14001
|
+
"componentName": "IconMouseClassic"
|
|
14002
|
+
},
|
|
14003
|
+
{
|
|
14004
|
+
"category": "Devices & Signals",
|
|
14005
|
+
"svg": "<path d=\"M19 15C19 18.866 15.866 22 12 22C8.13401 22 5.00001 18.866 5 15V10H19V15Z\" fill=\"currentColor\"/><path d=\"M11.5 9H5V5.5C5 3.567 6.567 2 8.5 2H11.5V9Z\" fill=\"currentColor\"/><path d=\"M15.5 2C17.433 2 19 3.567 19 5.5V9H12.5V2H15.5Z\" fill=\"currentColor\"/>",
|
|
14006
|
+
"iconName": "mouse-classic-2, click",
|
|
14007
|
+
"variant": {
|
|
14008
|
+
"join": "round",
|
|
14009
|
+
"filled": "on",
|
|
14010
|
+
"radius": "3",
|
|
14011
|
+
"stroke": "1"
|
|
14012
|
+
},
|
|
14013
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
14014
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
14015
|
+
"componentName": "IconMouseClassic2"
|
|
14016
|
+
},
|
|
13975
14017
|
{
|
|
13976
14018
|
"category": "Devices & Signals",
|
|
13977
14019
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.58397 20.2227C8.73715 19.9929 9.04759 19.9308 9.27735 20.084L11.1679 21.3444C11.6718 21.6803 12.3282 21.6803 12.832 21.3444L14.7226 20.084C14.9524 19.9308 15.2628 19.9929 15.416 20.2227C15.5692 20.4524 15.5071 20.7628 15.2773 20.916L13.3867 22.1764C12.547 22.7363 11.453 22.7363 10.6132 22.1764L8.72265 20.916C8.49289 20.7628 8.4308 20.4524 8.58397 20.2227Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12V7ZM12.5 5.5C12.5 5.22386 12.2761 5 12 5C11.7239 5 11.5 5.22386 11.5 5.5V8.5C11.5 8.77614 11.7239 9 12 9C12.2761 9 12.5 8.77614 12.5 8.5V5.5Z\" fill=\"currentColor\"/>",
|
|
@@ -20104,6 +20146,20 @@
|
|
|
20104
20146
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
20105
20147
|
"componentName": "IconTable"
|
|
20106
20148
|
},
|
|
20149
|
+
{
|
|
20150
|
+
"category": "Devices & Signals",
|
|
20151
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.5 2C18.433 2 20 3.567 20 5.5V18.5C20 20.433 18.433 22 16.5 22H7.5C5.567 22 4 20.433 4 18.5V5.5C4 3.567 5.567 2 7.5 2H16.5ZM8.5 18C8.22386 18 8 18.2239 8 18.5C8 18.7761 8.22386 19 8.5 19H15.5C15.7761 19 16 18.7761 16 18.5C16 18.2239 15.7761 18 15.5 18H8.5Z\" fill=\"currentColor\"/>",
|
|
20152
|
+
"iconName": "tablet, ipad, mobile",
|
|
20153
|
+
"variant": {
|
|
20154
|
+
"join": "round",
|
|
20155
|
+
"filled": "on",
|
|
20156
|
+
"radius": "3",
|
|
20157
|
+
"stroke": "1"
|
|
20158
|
+
},
|
|
20159
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
20160
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
20161
|
+
"componentName": "IconTablet"
|
|
20162
|
+
},
|
|
20107
20163
|
{
|
|
20108
20164
|
"category": "Things",
|
|
20109
20165
|
"svg": "<path d=\"M16.5274 3.08398C16.4171 3.01042 16.282 2.98371 16.152 3.00971C16.022 3.03572 15.9076 3.11231 15.834 3.22265L13.709 6.41015C13.5559 6.63991 13.6179 6.95035 13.8477 7.10353C14.0775 7.2567 14.3879 7.19461 14.5411 6.96485L16.004 4.77041C16.5007 6.8232 15.905 8.58528 14.9685 9.99705C13.9322 11.5594 12.4931 12.6642 11.7227 13.1777C11.4929 13.3309 11.4309 13.6413 11.584 13.8711C11.7372 14.1009 12.0476 14.163 12.2774 14.0098C13.1008 13.4609 14.6617 12.2687 15.8019 10.5498C16.8413 8.98286 17.5427 6.95543 16.9902 4.59439L19.1602 6.04104C19.39 6.19421 19.7004 6.13213 19.8536 5.90236C20.0068 5.6726 19.9447 5.36216 19.7149 5.20899L16.5274 3.08398Z\" fill=\"currentColor\"/><path d=\"M3.85355 5.27145C3.65829 5.07618 3.34171 5.07618 3.14645 5.27145C2.95118 5.46671 2.95118 5.78329 3.14645 5.97855L4.91789 7.75L3.14645 9.52144C2.95118 9.71671 2.95118 10.0333 3.14645 10.2286C3.34171 10.4238 3.65829 10.4238 3.85355 10.2286L5.625 8.4571L7.39645 10.2286C7.59171 10.4238 7.90829 10.4238 8.10355 10.2286C8.29882 10.0333 8.29882 9.71671 8.10355 9.52144L6.33211 7.75L8.10355 5.97855C8.29882 5.78329 8.29882 5.46671 8.10355 5.27145C7.90829 5.07618 7.59171 5.07618 7.39645 5.27145L5.625 7.04289L3.85355 5.27145Z\" fill=\"currentColor\"/><path d=\"M6.15625 14.6875C4.4131 14.6875 3 16.1006 3 17.8437C3 19.5869 4.4131 21 6.15625 21C7.8994 21 9.3125 19.5869 9.3125 17.8437C9.3125 16.1006 7.8994 14.6875 6.15625 14.6875Z\" fill=\"currentColor\"/><path d=\"M15.8964 15.8964C15.7012 16.0917 15.7012 16.4083 15.8964 16.6036L17.6679 18.375L15.8964 20.1464C15.7012 20.3417 15.7012 20.6583 15.8964 20.8535C16.0917 21.0488 16.4083 21.0488 16.6036 20.8535L18.375 19.0821L20.1464 20.8535C20.3417 21.0488 20.6583 21.0488 20.8536 20.8535C21.0488 20.6583 21.0488 20.3417 20.8536 20.1464L19.0821 18.375L20.8536 16.6036C21.0488 16.4083 21.0488 16.0917 20.8536 15.8964C20.6583 15.7012 20.3417 15.7012 20.1464 15.8964L18.375 17.6679L16.6036 15.8964C16.4083 15.7012 16.0917 15.7012 15.8964 15.8964Z\" fill=\"currentColor\"/>",
|
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/round-filled-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.58",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1/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",
|
|
@@ -782,7 +785,7 @@
|
|
|
782
785
|
]
|
|
783
786
|
},
|
|
784
787
|
"Interface General": {
|
|
785
|
-
"count":
|
|
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";
|