@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.246 → 1.1.248
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/IconIcon/index.d.ts +4 -0
- package/IconIcon/index.js +2 -0
- package/IconIcon/index.js.map +1 -0
- package/IconIcon/index.mjs +2 -0
- package/IconIcon/index.mjs.map +1 -0
- package/IconStethoscope/index.d.ts +4 -0
- package/IconStethoscope/index.js +2 -0
- package/IconStethoscope/index.js.map +1 -0
- package/IconStethoscope/index.mjs +2 -0
- package/IconStethoscope/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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/skills/central-icons-react-native/SKILL.md +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var l=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!h.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(i=m(r,t))||i.enumerable});return o};var d=(o,r,e)=>(e=o!=null?l(I(o)):{},C(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>C(p({},"__esModule",{value:!0}),o);var P={};B(P,{IconIcon:()=>c,default:()=>x});module.exports=L(P);var n=d(require("react"));var u=d(require("react")),a=require("react-native-svg"),k=({children:o,size:r=24,...e})=>u.default.createElement(a.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"),c=o=>n.default.createElement(k,{...o},n.default.createElement(s.Path,{d:"M20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8C21 7.44772 20.5523 7 20 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M8.00391 6.5V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V6.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M10 13.5H14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M12 11.5V15.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=c;0&&(module.exports={IconIcon});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIcon/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 IconIcon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8C21 7.44772 20.5523 7 20 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.00391 6.5V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V6.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 13.5H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11.5V15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIcon;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconIcon_exports","__export","IconIcon","IconIcon_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIcon","props","React","CentralIconBase","IconIcon_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:o=24,...s})=>p.createElement(i,{...s,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var C=n=>r.createElement(t,{...n},r.createElement(e,{d:"M20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8C21 7.44772 20.5523 7 20 7Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M8.00391 6.5V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V6.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M10 13.5H14",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 11.5V15.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=C;export{C as IconIcon,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIcon/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 IconIcon: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8C21 7.44772 20.5523 7 20 7Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.00391 6.5V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V6.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 13.5H14\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11.5V15.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIcon;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qGACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIcon","props","React","CentralIconBase","IconIcon_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!x.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(C=k(o,t))||C.enumerable});return r};var c=(r,o,e)=>(e=r!=null?m(h(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>i(s({},"__esModule",{value:!0}),r);var g={};B(g,{IconStethoscope:()=>d,default:()=>P});module.exports=I(g);var n=c(require("react"));var a=c(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>a.default.createElement(u.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 p=require("react-native-svg"),d=r=>n.default.createElement(l,{...r},n.default.createElement(p.Path,{d:"M6 3H4V10.5C4 11.8807 5.11929 13 6.5 13H10.5C11.8807 13 13 11.8807 13 10.5V3H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Circle,{cx:"18",cy:"11.25",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M8.5 13.5V18C8.5 19.6569 9.8438 21 11.5007 21C12.717 21 13.783 21 14.9993 21C16.6562 21 18 19.6569 18 18V13.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconStethoscope});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStethoscope/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 IconStethoscope: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 3H4V10.5C4 11.8807 5.11929 13 6.5 13H10.5C11.8807 13 13 11.8807 13 10.5V3H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"18\"\n cy=\"11.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 13.5V18C8.5 19.6569 9.8438 21 11.5007 21C12.717 21 13.783 21 14.9993 21C16.6562 21 18 19.6569 18 18V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStethoscope;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,QACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconStethoscope_exports","__export","IconStethoscope","IconStethoscope_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconStethoscope","props","React","CentralIconBase","IconStethoscope_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as i,Path as n}from"react-native-svg";var c=e=>o.createElement(t,{...e},o.createElement(n,{d:"M6 3H4V10.5C4 11.8807 5.11929 13 6.5 13H10.5C11.8807 13 13 11.8807 13 10.5V3H11",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"18",cy:"11.25",r:"2",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.5 13.5V18C8.5 19.6569 9.8438 21 11.5007 21C12.717 21 13.783 21 14.9993 21C16.6562 21 18 19.6569 18 18V13.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),B=c;export{c as IconStethoscope,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconStethoscope/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 IconStethoscope: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 3H4V10.5C4 11.8807 5.11929 13 6.5 13H10.5C11.8807 13 13 11.8807 13 10.5V3H11\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"18\"\n cy=\"11.25\"\n r=\"2\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 13.5V18C8.5 19.6569 9.8438 21 11.5007 21C12.717 21 13.783 21 14.9993 21C16.6562 21 18 19.6569 18 18V13.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconStethoscope;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kFACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,QACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,gHACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconStethoscope","props","React","CentralIconBase","IconStethoscope_default"]}
|
package/README.md
CHANGED
|
@@ -1065,6 +1065,7 @@ Below is a complete list of available icons:
|
|
|
1065
1065
|
|
|
1066
1066
|
### Health & Medical
|
|
1067
1067
|
|
|
1068
|
+
- IconIcon
|
|
1068
1069
|
- IconInjection
|
|
1069
1070
|
- IconMask1
|
|
1070
1071
|
- IconMedicalCross
|
|
@@ -1073,6 +1074,7 @@ Below is a complete list of available icons:
|
|
|
1073
1074
|
- IconMedicinePill
|
|
1074
1075
|
- IconMedicinePill2
|
|
1075
1076
|
- IconMedicineTablett
|
|
1077
|
+
- IconStethoscope
|
|
1076
1078
|
|
|
1077
1079
|
### Interface General
|
|
1078
1080
|
|
package/filtered-icons.json
CHANGED
|
@@ -14210,6 +14210,20 @@
|
|
|
14210
14210
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
14211
14211
|
"componentName": "IconIceHockey"
|
|
14212
14212
|
},
|
|
14213
|
+
{
|
|
14214
|
+
"category": "Health & Medical",
|
|
14215
|
+
"svg": "<path d=\"M20 7H4C3.44772 7 3 7.44772 3 8V19C3 19.5523 3.44772 20 4 20H20C20.5523 20 21 19.5523 21 19V8C21 7.44772 20.5523 7 20 7Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.00391 6.5V4C8.00391 3.44772 8.45162 3 9.00391 3H15.0039C15.5562 3 16.0039 3.44772 16.0039 4V6.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 13.5H14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 11.5V15.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
14216
|
+
"iconName": "icon",
|
|
14217
|
+
"variant": {
|
|
14218
|
+
"join": "round",
|
|
14219
|
+
"filled": "off",
|
|
14220
|
+
"radius": "1",
|
|
14221
|
+
"stroke": "2"
|
|
14222
|
+
},
|
|
14223
|
+
"createdAt": "2026-05-26T15:02:39.249787+00:00",
|
|
14224
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
14225
|
+
"componentName": "IconIcon"
|
|
14226
|
+
},
|
|
14213
14227
|
{
|
|
14214
14228
|
"category": "Social Media & Brands",
|
|
14215
14229
|
"svg": "<path d=\"M12 2V22L8 20V4L12 2Z\" fill=\"currentColor\"/><path opacity=\"0.35\" d=\"M16 4V20L12 22V2L16 4Z\" fill=\"currentColor\"/>",
|
|
@@ -24332,6 +24346,20 @@
|
|
|
24332
24346
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
24333
24347
|
"componentName": "IconStepForwards"
|
|
24334
24348
|
},
|
|
24349
|
+
{
|
|
24350
|
+
"category": "Health & Medical",
|
|
24351
|
+
"svg": "<path d=\"M6 3H4V10.5C4 11.8807 5.11929 13 6.5 13H10.5C11.8807 13 13 11.8807 13 10.5V3H11\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"11.25\" r=\"2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 13.5V18C8.5 19.6569 9.8438 21 11.5007 21C12.717 21 13.783 21 14.9993 21C16.6562 21 18 19.6569 18 18V13.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24352
|
+
"iconName": "stethoscope, check, diagnostics, analyze",
|
|
24353
|
+
"variant": {
|
|
24354
|
+
"join": "round",
|
|
24355
|
+
"filled": "off",
|
|
24356
|
+
"radius": "1",
|
|
24357
|
+
"stroke": "2"
|
|
24358
|
+
},
|
|
24359
|
+
"createdAt": "2026-05-26T14:02:08.461337+00:00",
|
|
24360
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
24361
|
+
"componentName": "IconStethoscope"
|
|
24362
|
+
},
|
|
24335
24363
|
{
|
|
24336
24364
|
"category": "People",
|
|
24337
24365
|
"svg": "<path d=\"M4.25 10.5395C4.25 6.23747 7.15625 2.75 12 2.75C16.8438 2.75 19.75 6.23747 19.75 10.5395C19.75 13.1698 19.4315 15.2103 17.7959 17.2355C17.5665 17.5195 17.35 17.815 17.1386 18.1144C16.4532 19.0853 14.6302 21.25 12 21.25C9.36979 21.25 7.54678 19.0853 6.86138 18.1144C6.65002 17.815 6.43353 17.5195 6.2041 17.2355C4.56845 15.2103 4.25 13.1698 4.25 10.5395Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15\" cy=\"11\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"11\" r=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 10.25L11.0299 10.2425C11.6668 10.0833 12.3332 10.0833 12.9701 10.2425L13 10.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 9.5C5.33333 8.66667 6.1 6.2 6.5 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 9.5C18.6667 8.66667 17.9 6.2 17.5 5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 3.5C11.2328 4.83333 12.7672 4.83333 14.5 3.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 10.5L4.5 10M17.5 10.5L19.5 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 19V18C8 16.8954 8.89543 16 10 16H14C15.1046 16 16 16.8954 16 18V19\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 20C12.8281 19.4037 11.1719 19.4036 10.5 19.9999\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -1014,6 +1014,7 @@ export type CentralIconName =
|
|
|
1014
1014
|
| "IconHumanMashine"
|
|
1015
1015
|
| "IconIcebowl"
|
|
1016
1016
|
| "IconIceHockey"
|
|
1017
|
+
| "IconIcon"
|
|
1017
1018
|
| "IconIconists"
|
|
1018
1019
|
| "IconIllustration"
|
|
1019
1020
|
| "IconImac"
|
|
@@ -1737,6 +1738,7 @@ export type CentralIconName =
|
|
|
1737
1738
|
| "IconSteeringWheel1"
|
|
1738
1739
|
| "IconStepBack"
|
|
1739
1740
|
| "IconStepForwards"
|
|
1741
|
+
| "IconStethoscope"
|
|
1740
1742
|
| "IconSteveJobs"
|
|
1741
1743
|
| "IconSticker"
|
|
1742
1744
|
| "IconStocks"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.248",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-2/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 2016,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -970,8 +970,9 @@
|
|
|
970
970
|
]
|
|
971
971
|
},
|
|
972
972
|
"Health & Medical": {
|
|
973
|
-
"count":
|
|
973
|
+
"count": 10,
|
|
974
974
|
"icons": [
|
|
975
|
+
"IconIcon",
|
|
975
976
|
"IconInjection",
|
|
976
977
|
"IconMask1",
|
|
977
978
|
"IconMedicalCross",
|
|
@@ -979,7 +980,8 @@
|
|
|
979
980
|
"IconMedicalCrossSquare",
|
|
980
981
|
"IconMedicinePill",
|
|
981
982
|
"IconMedicinePill2",
|
|
982
|
-
"IconMedicineTablett"
|
|
983
|
+
"IconMedicineTablett",
|
|
984
|
+
"IconStethoscope"
|
|
983
985
|
]
|
|
984
986
|
},
|
|
985
987
|
"Interface General": {
|
|
@@ -3235,6 +3237,7 @@
|
|
|
3235
3237
|
"IconHumanMashine": "human-mashine, high-five, ai, hands",
|
|
3236
3238
|
"IconIcebowl": "icebowl, cooling, vibe",
|
|
3237
3239
|
"IconIceHockey": "ice-hockey",
|
|
3240
|
+
"IconIcon": "icon",
|
|
3238
3241
|
"IconIconists": "iconists",
|
|
3239
3242
|
"IconIllustration": "illustration, painting, art",
|
|
3240
3243
|
"IconImac": "imac, computer",
|
|
@@ -3958,6 +3961,7 @@
|
|
|
3958
3961
|
"IconSteeringWheel1": "steering-wheel, autopilot, drive",
|
|
3959
3962
|
"IconStepBack": "step-back, undo",
|
|
3960
3963
|
"IconStepForwards": "step-forwards, continue",
|
|
3964
|
+
"IconStethoscope": "stethoscope, check, diagnostics, analyze",
|
|
3961
3965
|
"IconSteveJobs": "steve-jobs, professor, innovation",
|
|
3962
3966
|
"IconSticker": "sticker, badge",
|
|
3963
3967
|
"IconStocks": "stocks",
|
package/index.d.ts
CHANGED
|
@@ -1013,6 +1013,7 @@ export { IconHourglass2, default as IconHourglass2Default, } from "./IconHourgla
|
|
|
1013
1013
|
export { IconHumanMashine, default as IconHumanMashineDefault, } from "./IconHumanMashine";
|
|
1014
1014
|
export { IconIceHockey, default as IconIceHockeyDefault, } from "./IconIceHockey";
|
|
1015
1015
|
export { IconIcebowl, default as IconIcebowlDefault } from "./IconIcebowl";
|
|
1016
|
+
export { IconIcon, default as IconIconDefault } from "./IconIcon";
|
|
1016
1017
|
export { IconIconists, default as IconIconistsDefault } from "./IconIconists";
|
|
1017
1018
|
export { IconIllustration, default as IconIllustrationDefault, } from "./IconIllustration";
|
|
1018
1019
|
export { IconImac, default as IconImacDefault } from "./IconImac";
|
|
@@ -1736,6 +1737,7 @@ export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconS
|
|
|
1736
1737
|
export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
|
|
1737
1738
|
export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
|
|
1738
1739
|
export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
|
|
1740
|
+
export { IconStethoscope, default as IconStethoscopeDefault, } from "./IconStethoscope";
|
|
1739
1741
|
export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
|
|
1740
1742
|
export { IconSticker, default as IconStickerDefault } from "./IconSticker";
|
|
1741
1743
|
export { IconStocks, default as IconStocksDefault } from "./IconStocks";
|