@central-icons-react-native/round-outlined-radius-0-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 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 d={};g(d,{IconExclamationCircleBold:()=>i,default:()=>v});module.exports=y(d);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({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"),i=r=>n.default.createElement(f,{...r},n.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),n.default.createElement(l.Path,{d:"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z",fill:"currentColor"}),n.default.createElement(l.Circle,{cx:"12.0001",cy:"15.9996",r:"0.9",fill:"currentColor"})),v=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" 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,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,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.5",stroke:"currentColor"}),o.createElement(c,{d:"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z",fill:"currentColor"}),o.createElement(n,{cx:"12.0001",cy:"15.9996",r:"0.9",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 cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" 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,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,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,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!I.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=f(r,n))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(p({},"__esModule",{value:!0}),o);var L={};x(L,{IconMouseClassic:()=>m,default:()=>g});module.exports=P(L);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.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 s=require("react-native-svg"),m=o=>t.default.createElement(l,{...o},t.default.createElement(s.Path,{d:"M5.5 9C5.5 5.41015 8.41015 2.5 12 2.5C15.5899 2.5 18.5 5.41015 18.5 9V15C18.5 18.5899 15.5899 21.5 12 21.5C8.41015 21.5 5.5 18.5899 5.5 15V9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 2.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M5.75 9.5H18.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;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.5 9C5.5 5.41015 8.41015 2.5 12 2.5C15.5899 2.5 18.5 5.41015 18.5 9V15C18.5 18.5899 15.5899 21.5 12 21.5C8.41015 21.5 5.5 18.5899 5.5 15V9Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 2.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.75 9.5H18.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconMouseClassic_exports","__export","IconMouseClassic","IconMouseClassic_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMouseClassic","props","React","CentralIconBase","IconMouseClassic_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M5.5 9C5.5 5.41015 8.41015 2.5 12 2.5C15.5899 2.5 18.5 5.41015 18.5 9V15C18.5 18.5899 15.5899 21.5 12 21.5C8.41015 21.5 5.5 18.5899 5.5 15V9Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 2.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M5.75 9.5H18.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconMouseClassic,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconMouseClassic/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMouseClassic: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5.5 9C5.5 5.41015 8.41015 2.5 12 2.5C15.5899 2.5 18.5 5.41015 18.5 9V15C18.5 18.5899 15.5899 21.5 12 21.5C8.41015 21.5 5.5 18.5899 5.5 15V9Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 2.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.75 9.5H18.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMouseClassic;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!I.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(a=f(r,n))||a.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},C(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>C(p({},"__esModule",{value:!0}),o);var L={};x(L,{IconMouseClassic2:()=>m,default:()=>g});module.exports=P(L);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>u.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 s=require("react-native-svg"),m=o=>t.default.createElement(l,{...o},t.default.createElement(s.Path,{d:"M12 2.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M5.75 9.5H18.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M18.5 15V2.5H5.5V15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;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=\"M12 2.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.75 9.5H18.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 15V2.5H5.5V15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var C=e=>r.createElement(t,{...e},r.createElement(n,{d:"M12 2.5V9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M5.75 9.5H18.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M18.5 15V2.5H5.5V15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconMouseClassic2,I 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=\"M12 2.5V9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.75 9.5H18.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M18.5 15V2.5H5.5V15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0FACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 f=Object.create;var t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==e&&t(r,n,{get:()=>o[n],enumerable:!(a=d(o,n))||a.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(I(r)):{},l(o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>l(t({},"__esModule",{value:!0}),r);var v={};P(v,{IconTablet:()=>u,default:()=>k});module.exports=g(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>C.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),u=r=>p.default.createElement(i,{...r},p.default.createElement(s.Path,{d:"M4.5 2.5H19.5V21.5H4.5V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M8.5 18.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;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.5 2.5H19.5V21.5H4.5V2.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 18.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,8BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 e from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({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 t}from"react-native-svg";var l=o=>e.createElement(n,{...o},e.createElement(t,{d:"M4.5 2.5H19.5V21.5H4.5V2.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(t,{d:"M8.5 18.5H15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;export{l as IconTablet,x 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.5 2.5H19.5V21.5H4.5V2.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 18.5H15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,8BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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-outlined-radius-0-stroke-1",
|
|
8919
8919
|
"componentName": "IconExclamationCircle"
|
|
8920
8920
|
},
|
|
8921
|
+
{
|
|
8922
|
+
"category": "Interface General",
|
|
8923
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\" fill=\"currentColor\"/><circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\"/>",
|
|
8924
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
8925
|
+
"variant": {
|
|
8926
|
+
"join": "round",
|
|
8927
|
+
"filled": "off",
|
|
8928
|
+
"radius": "0",
|
|
8929
|
+
"stroke": "1"
|
|
8930
|
+
},
|
|
8931
|
+
"createdAt": "2025-12-04T16:02:15.840784+00:00",
|
|
8932
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
8933
|
+
"componentName": "IconExclamationCircleBold"
|
|
8934
|
+
},
|
|
8921
8935
|
{
|
|
8922
8936
|
"category": "Interface General",
|
|
8923
8937
|
"svg": "<path d=\"M12 3L12.4305 2.74564C12.3405 2.5934 12.1768 2.5 12 2.5C11.8232 2.5 11.6595 2.5934 11.5695 2.74564L12 3ZM2.25 19.5L1.81954 19.2456C1.7282 19.4002 1.72675 19.5919 1.81573 19.7478C1.90471 19.9037 2.07046 20 2.25 20V19.5ZM21.75 19.5V20C21.9295 20 22.0953 19.9037 22.1843 19.7478C22.2733 19.5919 22.2718 19.4002 22.1805 19.2456L21.75 19.5ZM12.5 9.5C12.5 9.22386 12.2761 9 12 9C11.7239 9 11.5 9.22386 11.5 9.5H12.5ZM11.5 14C11.5 14.2761 11.7239 14.5 12 14.5C12.2761 14.5 12.5 14.2761 12.5 14H11.5ZM12 16C11.7239 16 11.5 16.2239 11.5 16.5C11.5 16.7761 11.7239 17 12 17V16ZM12.01 17C12.2861 17 12.51 16.7761 12.51 16.5C12.51 16.2239 12.2861 16 12.01 16V17ZM11.5695 2.74564L1.81954 19.2456L2.68046 19.7544L12.4305 3.25436L11.5695 2.74564ZM2.25 20H21.75V19H2.25V20ZM22.1805 19.2456L12.4305 2.74564L11.5695 3.25436L21.3195 19.7544L22.1805 19.2456ZM11.5 9.5V14H12.5V9.5H11.5ZM11.75 16.5C11.75 16.3619 11.8619 16.25 12 16.25V17.25C12.4142 17.25 12.75 16.9142 12.75 16.5H11.75ZM12 16.25C12.1381 16.25 12.25 16.3619 12.25 16.5H11.25C11.25 16.9142 11.5858 17.25 12 17.25V16.25ZM12.25 16.5C12.25 16.6381 12.1381 16.75 12 16.75V15.75C11.5858 15.75 11.25 16.0858 11.25 16.5H12.25ZM12 16.75C11.8619 16.75 11.75 16.6381 11.75 16.5H12.75C12.75 16.0858 12.4142 15.75 12 15.75V16.75ZM12 17H12.01V16H12V17Z\" fill=\"currentColor\"/>",
|
|
@@ -13972,6 +13986,34 @@
|
|
|
13972
13986
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
13973
13987
|
"componentName": "IconMouse"
|
|
13974
13988
|
},
|
|
13989
|
+
{
|
|
13990
|
+
"category": "Devices & Signals",
|
|
13991
|
+
"svg": "<path d=\"M5.5 9C5.5 5.41015 8.41015 2.5 12 2.5C15.5899 2.5 18.5 5.41015 18.5 9V15C18.5 18.5899 15.5899 21.5 12 21.5C8.41015 21.5 5.5 18.5899 5.5 15V9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 2.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 9.5H18.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13992
|
+
"iconName": "mouse-classic, click",
|
|
13993
|
+
"variant": {
|
|
13994
|
+
"join": "round",
|
|
13995
|
+
"filled": "off",
|
|
13996
|
+
"radius": "0",
|
|
13997
|
+
"stroke": "1"
|
|
13998
|
+
},
|
|
13999
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
14000
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
14001
|
+
"componentName": "IconMouseClassic"
|
|
14002
|
+
},
|
|
14003
|
+
{
|
|
14004
|
+
"category": "Devices & Signals",
|
|
14005
|
+
"svg": "<path d=\"M12 2.5V9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.75 9.5H18.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 15V2.5H5.5V15C5.5 18.5899 8.41015 21.5 12 21.5C15.5899 21.5 18.5 18.5899 18.5 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14006
|
+
"iconName": "mouse-classic-2, click",
|
|
14007
|
+
"variant": {
|
|
14008
|
+
"join": "round",
|
|
14009
|
+
"filled": "off",
|
|
14010
|
+
"radius": "0",
|
|
14011
|
+
"stroke": "1"
|
|
14012
|
+
},
|
|
14013
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
14014
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
14015
|
+
"componentName": "IconMouseClassic2"
|
|
14016
|
+
},
|
|
13975
14017
|
{
|
|
13976
14018
|
"category": "Devices & Signals",
|
|
13977
14019
|
"svg": "<path d=\"M15 20.5L12 22.5L9 20.5M12 5.5V8.5M12 17.5C8.96243 17.5 6.5 15.0376 6.5 12V7C6.5 3.96243 8.96243 1.5 12 1.5C15.0376 1.5 17.5 3.96243 17.5 7V12C17.5 15.0376 15.0376 17.5 12 17.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -20104,6 +20146,20 @@
|
|
|
20104
20146
|
"packageName": "round-outlined-radius-0-stroke-1",
|
|
20105
20147
|
"componentName": "IconTable"
|
|
20106
20148
|
},
|
|
20149
|
+
{
|
|
20150
|
+
"category": "Devices & Signals",
|
|
20151
|
+
"svg": "<path d=\"M4.5 2.5H19.5V21.5H4.5V2.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 18.5H15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20152
|
+
"iconName": "tablet, ipad, mobile",
|
|
20153
|
+
"variant": {
|
|
20154
|
+
"join": "round",
|
|
20155
|
+
"filled": "off",
|
|
20156
|
+
"radius": "0",
|
|
20157
|
+
"stroke": "1"
|
|
20158
|
+
},
|
|
20159
|
+
"createdAt": "2025-12-04T22:01:38.635583+00:00",
|
|
20160
|
+
"packageName": "round-outlined-radius-0-stroke-1",
|
|
20161
|
+
"componentName": "IconTablet"
|
|
20162
|
+
},
|
|
20107
20163
|
{
|
|
20108
20164
|
"category": "Things",
|
|
20109
20165
|
"svg": "<path d=\"M8.8125 17.8437C8.8125 19.3108 7.62326 20.5 6.15625 20.5C4.68924 20.5 3.5 19.3108 3.5 17.8437C3.5 16.3767 4.68924 15.1875 6.15625 15.1875C7.62326 15.1875 8.8125 16.3767 8.8125 17.8437Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 5.625L5.625 7.75M5.625 7.75L7.75 9.875M5.625 7.75L7.75 5.625M5.625 7.75L3.5 9.875\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.25 16.25L18.375 18.375M18.375 18.375L20.5 20.5M18.375 18.375L20.5 16.25M18.375 18.375L16.25 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.125 6.6875L16.25 3.5L19.4375 5.62501\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.3 4C18 9 13.5938 12.5313 12 13.5938\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.58",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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";
|