@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.245 → 1.1.247

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPiggyBankCoin: FC<CentralIconBaseProps>;
4
+ export default IconPiggyBankCoin;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},a=(o,r,C,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of d(r))!I.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(l=B(r,e))||l.enumerable});return o};var m=(o,r,C)=>(C=o!=null?u(g(o)):{},a(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var y={};P(y,{IconPiggyBankCoin:()=>c,default:()=>x});module.exports=v(y);var t=m(require("react"));var f=m(require("react")),i=require("react-native-svg"),s=({children:o,size:r=24,...C})=>f.default.createElement(i.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),c=o=>t.default.createElement(s,{...o},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8296 4.60059C17.1317 4.36838 17.9392 5.47496 18.0552 6.36914C18.2913 8.18863 19.2773 9.41863 20.9263 9.94043C21.5242 10.1297 22.0005 10.6882 22.0005 11.3906V14.1094C22.0005 14.81 21.5256 15.3729 20.9205 15.5605C19.294 16.0643 18.1585 17.1775 17.7134 18.584C17.3494 19.7346 16.3215 20.9997 14.7574 21H14.2916C13.3892 20.9999 12.5878 20.4224 12.3023 19.5664C12.2891 19.527 12.2511 19.5001 12.2095 19.5H9.79058C9.74898 19.5001 9.71215 19.527 9.69879 19.5664C9.41307 20.4223 8.6109 20.9999 7.70855 21H6.89898C6.05859 21 5.19294 20.6474 4.63433 19.9092C2.77755 17.4543 1.76667 14.2492 2.09136 11.5654C2.25562 10.2086 2.77084 8.92421 3.76422 7.97656C4.76841 7.01885 6.16113 6.5001 7.88531 6.5H11.7994C12.0208 6.4999 12.2475 6.42298 12.4419 6.27344C13.4225 5.51882 14.4513 4.84666 15.8296 4.60059ZM15.2505 10C14.5603 10.0001 14.0007 10.5598 14.0005 11.25C14.0007 11.9402 14.5603 12.4999 15.2505 12.5C15.9407 12.4999 16.5004 11.9402 16.5005 11.25C16.5004 10.5598 15.9407 10.0001 15.2505 10Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M11.0005 2C12.4602 2.00009 13.7367 2.78242 14.4351 3.9502C13.4113 4.33077 12.5717 4.90696 11.8052 5.5H7.88531C7.59293 5.50001 7.30682 5.51416 7.02789 5.54102C7.25564 3.54813 8.94668 2 11.0005 2Z",fill:"currentColor"})),x=c;0&&(module.exports={IconPiggyBankCoin});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPiggyBankCoin/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 IconPiggyBankCoin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.8296 4.60059C17.1317 4.36838 17.9392 5.47496 18.0552 6.36914C18.2913 8.18863 19.2773 9.41863 20.9263 9.94043C21.5242 10.1297 22.0005 10.6882 22.0005 11.3906V14.1094C22.0005 14.81 21.5256 15.3729 20.9205 15.5605C19.294 16.0643 18.1585 17.1775 17.7134 18.584C17.3494 19.7346 16.3215 20.9997 14.7574 21H14.2916C13.3892 20.9999 12.5878 20.4224 12.3023 19.5664C12.2891 19.527 12.2511 19.5001 12.2095 19.5H9.79058C9.74898 19.5001 9.71215 19.527 9.69879 19.5664C9.41307 20.4223 8.6109 20.9999 7.70855 21H6.89898C6.05859 21 5.19294 20.6474 4.63433 19.9092C2.77755 17.4543 1.76667 14.2492 2.09136 11.5654C2.25562 10.2086 2.77084 8.92421 3.76422 7.97656C4.76841 7.01885 6.16113 6.5001 7.88531 6.5H11.7994C12.0208 6.4999 12.2475 6.42298 12.4419 6.27344C13.4225 5.51882 14.4513 4.84666 15.8296 4.60059ZM15.2505 10C14.5603 10.0001 14.0007 10.5598 14.0005 11.25C14.0007 11.9402 14.5603 12.4999 15.2505 12.5C15.9407 12.4999 16.5004 11.9402 16.5005 11.25C16.5004 10.5598 15.9407 10.0001 15.2505 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.0005 2C12.4602 2.00009 13.7367 2.78242 14.4351 3.9502C13.4113 4.33077 12.5717 4.90696 11.8052 5.5H7.88531C7.59293 5.50001 7.30682 5.51416 7.02789 5.54102C7.25564 3.54813 8.94668 2 11.0005 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBankCoin;\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,SAAS,UACT,SAAS,UACT,EAAE,69BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPiggyBankCoin_exports","__export","IconPiggyBankCoin","IconPiggyBankCoin_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPiggyBankCoin","props","React","CentralIconBase","IconPiggyBankCoin_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...t})=>p.createElement(l,{...t,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 n}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.8296 4.60059C17.1317 4.36838 17.9392 5.47496 18.0552 6.36914C18.2913 8.18863 19.2773 9.41863 20.9263 9.94043C21.5242 10.1297 22.0005 10.6882 22.0005 11.3906V14.1094C22.0005 14.81 21.5256 15.3729 20.9205 15.5605C19.294 16.0643 18.1585 17.1775 17.7134 18.584C17.3494 19.7346 16.3215 20.9997 14.7574 21H14.2916C13.3892 20.9999 12.5878 20.4224 12.3023 19.5664C12.2891 19.527 12.2511 19.5001 12.2095 19.5H9.79058C9.74898 19.5001 9.71215 19.527 9.69879 19.5664C9.41307 20.4223 8.6109 20.9999 7.70855 21H6.89898C6.05859 21 5.19294 20.6474 4.63433 19.9092C2.77755 17.4543 1.76667 14.2492 2.09136 11.5654C2.25562 10.2086 2.77084 8.92421 3.76422 7.97656C4.76841 7.01885 6.16113 6.5001 7.88531 6.5H11.7994C12.0208 6.4999 12.2475 6.42298 12.4419 6.27344C13.4225 5.51882 14.4513 4.84666 15.8296 4.60059ZM15.2505 10C14.5603 10.0001 14.0007 10.5598 14.0005 11.25C14.0007 11.9402 14.5603 12.4999 15.2505 12.5C15.9407 12.4999 16.5004 11.9402 16.5005 11.25C16.5004 10.5598 15.9407 10.0001 15.2505 10Z",fill:"currentColor"}),C.createElement(n,{d:"M11.0005 2C12.4602 2.00009 13.7367 2.78242 14.4351 3.9502C13.4113 4.33077 12.5717 4.90696 11.8052 5.5H7.88531C7.59293 5.50001 7.30682 5.51416 7.02789 5.54102C7.25564 3.54813 8.94668 2 11.0005 2Z",fill:"currentColor"})),I=a;export{a as IconPiggyBankCoin,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPiggyBankCoin/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 IconPiggyBankCoin: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.8296 4.60059C17.1317 4.36838 17.9392 5.47496 18.0552 6.36914C18.2913 8.18863 19.2773 9.41863 20.9263 9.94043C21.5242 10.1297 22.0005 10.6882 22.0005 11.3906V14.1094C22.0005 14.81 21.5256 15.3729 20.9205 15.5605C19.294 16.0643 18.1585 17.1775 17.7134 18.584C17.3494 19.7346 16.3215 20.9997 14.7574 21H14.2916C13.3892 20.9999 12.5878 20.4224 12.3023 19.5664C12.2891 19.527 12.2511 19.5001 12.2095 19.5H9.79058C9.74898 19.5001 9.71215 19.527 9.69879 19.5664C9.41307 20.4223 8.6109 20.9999 7.70855 21H6.89898C6.05859 21 5.19294 20.6474 4.63433 19.9092C2.77755 17.4543 1.76667 14.2492 2.09136 11.5654C2.25562 10.2086 2.77084 8.92421 3.76422 7.97656C4.76841 7.01885 6.16113 6.5001 7.88531 6.5H11.7994C12.0208 6.4999 12.2475 6.42298 12.4419 6.27344C13.4225 5.51882 14.4513 4.84666 15.8296 4.60059ZM15.2505 10C14.5603 10.0001 14.0007 10.5598 14.0005 11.25C14.0007 11.9402 14.5603 12.4999 15.2505 12.5C15.9407 12.4999 16.5004 11.9402 16.5005 11.25C16.5004 10.5598 15.9407 10.0001 15.2505 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.0005 2C12.4602 2.00009 13.7367 2.78242 14.4351 3.9502C13.4113 4.33077 12.5717 4.90696 11.8052 5.5H7.88531C7.59293 5.50001 7.30682 5.51416 7.02789 5.54102C7.25564 3.54813 8.94668 2 11.0005 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPiggyBankCoin;\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,SAAS,UACT,SAAS,UACT,EAAE,69BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPiggyBankCoin","props","React","CentralIconBase","IconPiggyBankCoin_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconStethoscope: FC<CentralIconBaseProps>;
4
+ export default IconStethoscope;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var e=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)e(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of i(r))!x.call(o,C)&&C!==t&&e(o,C,{get:()=>r[C],enumerable:!(p=V(r,C))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(u(o)):{},a(r||!o||!o.__esModule?e(t,"default",{value:o,enumerable:!0}):t,o)),g=o=>a(e({},"__esModule",{value:!0}),o);var v={};P(v,{IconStethoscope:()=>B,default:()=>h});module.exports=g(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,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"),B=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{d:"M6 2C6.55228 2 7 2.44772 7 3C7 3.55228 6.55228 4 6 4H5V8.5C5 10.433 6.567 12 8.5 12C10.433 12 12 10.433 12 8.5V4H11C10.4477 4 10 3.55228 10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V8.5C14 11.1959 12.0599 13.4368 9.5 13.9072V16.25C9.5 18.3211 11.1789 20 13.25 20C15.3211 20 17 18.3211 17 16.25V14.0752C15.8355 13.663 15 12.5557 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.5557 20.1645 13.663 19 14.0752V16.25C19 19.4256 16.4256 22 13.25 22C10.0744 22 7.5 19.4256 7.5 16.25V13.9072C4.94007 13.4368 3 11.1959 3 8.5V3C3 2.44772 3.44772 2 4 2H6Z",fill:"currentColor"})),h=B;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 { Path } from \"react-native-svg\";\n\nexport const IconStethoscope: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C6.55228 2 7 2.44772 7 3C7 3.55228 6.55228 4 6 4H5V8.5C5 10.433 6.567 12 8.5 12C10.433 12 12 10.433 12 8.5V4H11C10.4477 4 10 3.55228 10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V8.5C14 11.1959 12.0599 13.4368 9.5 13.9072V16.25C9.5 18.3211 11.1789 20 13.25 20C15.3211 20 17 18.3211 17 16.25V14.0752C15.8355 13.663 15 12.5557 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.5557 20.1645 13.663 19 14.0752V16.25C19 19.4256 16.4256 22 13.25 22C10.0744 22 7.5 19.4256 7.5 16.25V13.9072C4.94007 13.4368 3 11.1959 3 8.5V3C3 2.44772 3.44772 2 4 2H6Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mlBACF,KAAK,eACP,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...e})=>n.createElement(p,{...e,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 a}from"react-native-svg";var l=r=>C.createElement(t,{...r},C.createElement(a,{d:"M6 2C6.55228 2 7 2.44772 7 3C7 3.55228 6.55228 4 6 4H5V8.5C5 10.433 6.567 12 8.5 12C10.433 12 12 10.433 12 8.5V4H11C10.4477 4 10 3.55228 10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V8.5C14 11.1959 12.0599 13.4368 9.5 13.9072V16.25C9.5 18.3211 11.1789 20 13.25 20C15.3211 20 17 18.3211 17 16.25V14.0752C15.8355 13.663 15 12.5557 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.5557 20.1645 13.663 19 14.0752V16.25C19 19.4256 16.4256 22 13.25 22C10.0744 22 7.5 19.4256 7.5 16.25V13.9072C4.94007 13.4368 3 11.1959 3 8.5V3C3 2.44772 3.44772 2 4 2H6Z",fill:"currentColor"})),x=l;export{l as IconStethoscope,x 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 { Path } from \"react-native-svg\";\n\nexport const IconStethoscope: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 2C6.55228 2 7 2.44772 7 3C7 3.55228 6.55228 4 6 4H5V8.5C5 10.433 6.567 12 8.5 12C10.433 12 12 10.433 12 8.5V4H11C10.4477 4 10 3.55228 10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V8.5C14 11.1959 12.0599 13.4368 9.5 13.9072V16.25C9.5 18.3211 11.1789 20 13.25 20C15.3211 20 17 18.3211 17 16.25V14.0752C15.8355 13.663 15 12.5557 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.5557 20.1645 13.663 19 14.0752V16.25C19 19.4256 16.4256 22 13.25 22C10.0744 22 7.5 19.4256 7.5 16.25V13.9072C4.94007 13.4368 3 11.1959 3 8.5V3C3 2.44772 3.44772 2 4 2H6Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mlBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconStethoscope","props","React","CentralIconBase","IconStethoscope_default"]}
package/README.md CHANGED
@@ -1073,6 +1073,7 @@ Below is a complete list of available icons:
1073
1073
  - IconMedicinePill
1074
1074
  - IconMedicinePill2
1075
1075
  - IconMedicineTablett
1076
+ - IconStethoscope
1076
1077
 
1077
1078
  ### Interface General
1078
1079
 
@@ -2014,6 +2015,7 @@ Below is a complete list of available icons:
2014
2015
  - IconPeace
2015
2016
  - IconPets
2016
2017
  - IconPiggyBank
2018
+ - IconPiggyBankCoin
2017
2019
  - IconPillow
2018
2020
  - IconPillowZz
2019
2021
  - IconPilone
@@ -19502,6 +19502,20 @@
19502
19502
  "packageName": "round-filled-radius-3-stroke-2",
19503
19503
  "componentName": "IconPiggyBank"
19504
19504
  },
19505
+ {
19506
+ "category": "Things",
19507
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.8296 4.60059C17.1317 4.36838 17.9392 5.47496 18.0552 6.36914C18.2913 8.18863 19.2773 9.41863 20.9263 9.94043C21.5242 10.1297 22.0005 10.6882 22.0005 11.3906V14.1094C22.0005 14.81 21.5256 15.3729 20.9205 15.5605C19.294 16.0643 18.1585 17.1775 17.7134 18.584C17.3494 19.7346 16.3215 20.9997 14.7574 21H14.2916C13.3892 20.9999 12.5878 20.4224 12.3023 19.5664C12.2891 19.527 12.2511 19.5001 12.2095 19.5H9.79058C9.74898 19.5001 9.71215 19.527 9.69879 19.5664C9.41307 20.4223 8.6109 20.9999 7.70855 21H6.89898C6.05859 21 5.19294 20.6474 4.63433 19.9092C2.77755 17.4543 1.76667 14.2492 2.09136 11.5654C2.25562 10.2086 2.77084 8.92421 3.76422 7.97656C4.76841 7.01885 6.16113 6.5001 7.88531 6.5H11.7994C12.0208 6.4999 12.2475 6.42298 12.4419 6.27344C13.4225 5.51882 14.4513 4.84666 15.8296 4.60059ZM15.2505 10C14.5603 10.0001 14.0007 10.5598 14.0005 11.25C14.0007 11.9402 14.5603 12.4999 15.2505 12.5C15.9407 12.4999 16.5004 11.9402 16.5005 11.25C16.5004 10.5598 15.9407 10.0001 15.2505 10Z\" fill=\"currentColor\"/><path d=\"M11.0005 2C12.4602 2.00009 13.7367 2.78242 14.4351 3.9502C13.4113 4.33077 12.5717 4.90696 11.8052 5.5H7.88531C7.59293 5.50001 7.30682 5.51416 7.02789 5.54102C7.25564 3.54813 8.94668 2 11.0005 2Z\" fill=\"currentColor\"/>",
19508
+ "iconName": "piggy-bank-coin, money, cashback, savings",
19509
+ "variant": {
19510
+ "join": "round",
19511
+ "filled": "on",
19512
+ "radius": "3",
19513
+ "stroke": "2"
19514
+ },
19515
+ "createdAt": "2026-05-22T11:02:18.919122+00:00",
19516
+ "packageName": "round-filled-radius-3-stroke-2",
19517
+ "componentName": "IconPiggyBankCoin"
19518
+ },
19505
19519
  {
19506
19520
  "category": "Things",
19507
19521
  "svg": "<path d=\"M5 3C3.34315 3 2 4.34315 2 6C2 6.23294 2.02674 6.4609 2.07774 6.68049C2.12947 6.90325 2.19305 7.12483 2.24889 7.31948L2.25574 7.34335C2.31586 7.55298 2.36744 7.73468 2.40768 7.91114C2.48911 8.2682 2.49907 8.50589 2.45508 8.68992C2.20563 9.73348 2 10.9145 2 12C2 13.0855 2.20563 14.2665 2.45508 15.3101C2.49907 15.4941 2.48911 15.7318 2.40768 16.0889C2.36744 16.2653 2.31586 16.447 2.25574 16.6566L2.24889 16.6805C2.19305 16.8752 2.12948 17.0967 2.07774 17.3195C2.02674 17.5391 2 17.7671 2 18C2 19.6569 3.34315 21 5 21C5.26653 21 5.52641 20.965 5.77462 20.8988C5.99849 20.8391 6.22083 20.767 6.41568 20.7038L6.44032 20.6958C6.65053 20.6277 6.83219 20.5694 7.00868 20.5232C7.366 20.4295 7.60076 20.4145 7.78183 20.4549C9.08905 20.7464 10.6156 21 12 21C13.3844 21 14.911 20.7464 16.2182 20.4549C16.3992 20.4145 16.634 20.4295 16.9913 20.5232C17.1678 20.5694 17.3495 20.6277 17.5597 20.6958L17.5843 20.7038C17.7792 20.767 18.0015 20.8391 18.2254 20.8988C18.4736 20.965 18.7335 21 19 21C20.6569 21 22 19.6569 22 18C22 17.7671 21.9733 17.5391 21.9223 17.3195C21.8705 17.0967 21.8069 16.8751 21.7511 16.6805L21.7443 16.6566C21.6841 16.447 21.6326 16.2653 21.5923 16.0889C21.5109 15.7318 21.5009 15.4941 21.5449 15.3101C21.7944 14.2665 22 13.0855 22 12C22 10.9145 21.7944 9.73348 21.5449 8.68992C21.5009 8.50589 21.5109 8.2682 21.5923 7.91114C21.6326 7.73468 21.6841 7.55298 21.7443 7.34335L21.7511 7.31952C21.8069 7.12486 21.8705 6.90327 21.9223 6.68049C21.9733 6.4609 22 6.23294 22 6C22 4.34315 20.6569 3 19 3C18.7316 3 18.4699 3.0355 18.2201 3.10263C17.9958 3.1629 17.7731 3.2356 17.578 3.29929L17.5535 3.30729C17.343 3.37596 17.1612 3.43471 16.9845 3.48137C16.6269 3.57584 16.3923 3.59093 16.2116 3.55058C14.8973 3.2572 13.3653 3 12 3C10.6347 3 9.10268 3.2572 7.78844 3.55058C7.60769 3.59093 7.37313 3.57584 7.01547 3.48137C6.83882 3.43471 6.65699 3.37596 6.44651 3.30729L6.422 3.29928C6.22688 3.2356 6.00416 3.1629 5.77989 3.10263C5.5301 3.0355 5.26842 3 5 3Z\" fill=\"currentColor\"/>",
@@ -24318,6 +24332,20 @@
24318
24332
  "packageName": "round-filled-radius-3-stroke-2",
24319
24333
  "componentName": "IconStepForwards"
24320
24334
  },
24335
+ {
24336
+ "category": "Health & Medical",
24337
+ "svg": "<path d=\"M6 2C6.55228 2 7 2.44772 7 3C7 3.55228 6.55228 4 6 4H5V8.5C5 10.433 6.567 12 8.5 12C10.433 12 12 10.433 12 8.5V4H11C10.4477 4 10 3.55228 10 3C10 2.44772 10.4477 2 11 2H13C13.5523 2 14 2.44772 14 3V8.5C14 11.1959 12.0599 13.4368 9.5 13.9072V16.25C9.5 18.3211 11.1789 20 13.25 20C15.3211 20 17 18.3211 17 16.25V14.0752C15.8355 13.663 15 12.5557 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.5557 20.1645 13.663 19 14.0752V16.25C19 19.4256 16.4256 22 13.25 22C10.0744 22 7.5 19.4256 7.5 16.25V13.9072C4.94007 13.4368 3 11.1959 3 8.5V3C3 2.44772 3.44772 2 4 2H6Z\" fill=\"currentColor\"/>",
24338
+ "iconName": "stethoscope, check, diagnostics, analyze",
24339
+ "variant": {
24340
+ "join": "round",
24341
+ "filled": "on",
24342
+ "radius": "3",
24343
+ "stroke": "2"
24344
+ },
24345
+ "createdAt": "2026-05-26T14:02:08.461337+00:00",
24346
+ "packageName": "round-filled-radius-3-stroke-2",
24347
+ "componentName": "IconStethoscope"
24348
+ },
24321
24349
  {
24322
24350
  "category": "People",
24323
24351
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 1.75C9.32508 1.75 7.11729 2.7197 5.58177 4.34466C4.05413 5.96128 3.25 8.16402 3.25 10.5395C3.25 13.2635 3.58032 15.5784 5.42615 17.8638C5.63653 18.1243 5.83916 18.4003 6.04443 18.6911C6.4204 19.2237 7.11527 20.0956 8.09562 20.8419C9.07824 21.5901 10.3994 22.25 12 22.25C13.6006 22.25 14.9218 21.5901 15.9044 20.8419C16.8847 20.0956 17.5796 19.2237 17.9556 18.6911C18.1608 18.4003 18.3635 18.1243 18.5738 17.8638C20.4197 15.5784 20.75 13.2635 20.75 10.5395C20.75 8.16402 19.9459 5.96128 18.4182 4.34466C16.8827 2.7197 14.6749 1.75 12 1.75ZM5.25841 11.2204C5.31586 13.4008 5.68769 15.0045 6.98206 16.6071C7.05955 16.7031 7.13528 16.7997 7.2094 16.8967C7.64899 15.7858 8.73273 15 10 15H14C15.2673 15 16.351 15.7858 16.7906 16.8967C16.8647 16.7997 16.9405 16.7031 17.0179 16.6071C18.3123 15.0045 18.6841 13.4008 18.7416 11.2204L17.7425 11.4701C17.7312 11.473 17.7199 11.4756 17.7086 11.478C17.4824 12.7689 16.3557 13.75 15 13.75C13.4812 13.75 12.25 12.5188 12.25 11L12.2501 10.9759C12.0836 10.9631 11.9164 10.9631 11.7499 10.976L11.75 11C11.75 12.5188 10.5188 13.75 9 13.75C7.64425 13.75 6.51765 12.7689 6.2914 11.478C6.28008 11.4756 6.26877 11.473 6.25746 11.4701L5.25841 11.2204ZM9.30715 19.2507C9.20079 19.1697 9.09836 19.0864 8.99999 19.0019L9 19V18C9 17.4477 9.44772 17 10 17H14C14.5523 17 15 17.4477 15 18V19L15 19.0019C14.9016 19.0864 14.7992 19.1697 14.6929 19.2507C14.5846 19.3331 14.4733 19.4123 14.3591 19.4877C14.3078 19.4017 14.2427 19.322 14.1638 19.252C13.5653 18.7209 12.6938 18.5528 12 18.5527C11.3063 18.5527 10.4347 18.7208 9.83623 19.252C9.75735 19.322 9.69216 19.4017 9.64086 19.4877C9.52666 19.4123 9.4154 19.3331 9.30715 19.2507ZM6.68476 9.51541C7.17385 8.75425 8.02804 8.25 9 8.25C9.97217 8.25 10.8265 8.75446 11.3156 9.51589C11.7694 9.44979 12.2306 9.44978 12.6845 9.51586C13.1735 8.75445 14.0278 8.25 15 8.25C15.972 8.25 16.8261 8.75424 17.3152 9.5154L18.1347 9.31054C18.0912 9.23497 18.0494 9.1591 18.0093 9.08368C17.7902 8.67182 17.5885 8.21076 17.4081 7.75659C17.1042 6.9914 16.8402 6.19098 16.6486 5.61007L16.6482 5.60884C16.6143 5.50633 16.5828 5.41068 16.5537 5.32327C16.1117 4.93744 15.603 4.60907 15.0295 4.35371C14.0777 5.06814 13.0774 5.50005 12 5.50005C10.9227 5.50005 9.92238 5.06813 8.97061 4.35368C8.397 4.60904 7.88836 4.93743 7.44634 5.32327C7.41717 5.41081 7.38556 5.50663 7.35169 5.60932C7.16006 6.19023 6.89578 6.99138 6.59189 7.75659C6.41153 8.21076 6.20976 8.67182 5.99068 9.08368C5.95057 9.1591 5.90878 9.23497 5.86529 9.31054L6.68476 9.51541ZM13.75 11C13.75 10.3096 14.3096 9.75 15 9.75C15.6904 9.75 16.25 10.3096 16.25 11C16.25 11.6904 15.6904 12.25 15 12.25C14.3096 12.25 13.75 11.6904 13.75 11ZM9 9.75C8.30964 9.75 7.75 10.3096 7.75 11C7.75 11.6904 8.30964 12.25 9 12.25C9.69036 12.25 10.25 11.6904 10.25 11C10.25 10.3096 9.69036 9.75 9 9.75Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1392,6 +1392,7 @@ export type CentralIconName =
1392
1392
  | "IconPieChart2"
1393
1393
  | "IconPieChart3"
1394
1394
  | "IconPiggyBank"
1395
+ | "IconPiggyBankCoin"
1395
1396
  | "IconPillow"
1396
1397
  | "IconPillowZz"
1397
1398
  | "IconPilone"
@@ -1736,6 +1737,7 @@ export type CentralIconName =
1736
1737
  | "IconSteeringWheel1"
1737
1738
  | "IconStepBack"
1738
1739
  | "IconStepForwards"
1740
+ | "IconStethoscope"
1739
1741
  | "IconSteveJobs"
1740
1742
  | "IconSticker"
1741
1743
  | "IconStocks"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-3-stroke-2",
3
- "version": "1.1.245",
3
+ "version": "1.1.247",
4
4
  "style": "round-filled-radius-3-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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": 2013,
14
+ "totalIcons": 2015,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 88,
@@ -970,7 +970,7 @@
970
970
  ]
971
971
  },
972
972
  "Health & Medical": {
973
- "count": 8,
973
+ "count": 9,
974
974
  "icons": [
975
975
  "IconInjection",
976
976
  "IconMask1",
@@ -979,7 +979,8 @@
979
979
  "IconMedicalCrossSquare",
980
980
  "IconMedicinePill",
981
981
  "IconMedicinePill2",
982
- "IconMedicineTablett"
982
+ "IconMedicineTablett",
983
+ "IconStethoscope"
983
984
  ]
984
985
  },
985
986
  "Interface General": {
@@ -1870,7 +1871,7 @@
1870
1871
  ]
1871
1872
  },
1872
1873
  "Things": {
1873
- "count": 137,
1874
+ "count": 138,
1874
1875
  "icons": [
1875
1876
  "IconAnvil",
1876
1877
  "IconApps",
@@ -1949,6 +1950,7 @@
1949
1950
  "IconPeace",
1950
1951
  "IconPets",
1951
1952
  "IconPiggyBank",
1953
+ "IconPiggyBankCoin",
1952
1954
  "IconPillow",
1953
1955
  "IconPillowZz",
1954
1956
  "IconPilone",
@@ -3612,6 +3614,7 @@
3612
3614
  "IconPieChart2": "pie-chart-2, graph, chart, statistics",
3613
3615
  "IconPieChart3": "pie-chart-3, graph, statistics",
3614
3616
  "IconPiggyBank": "piggy-bank, save-money",
3617
+ "IconPiggyBankCoin": "piggy-bank-coin, money, cashback, savings",
3615
3618
  "IconPillow": "pillow, sleep, snooze",
3616
3619
  "IconPillowZz": "pillow-zz, sleep, snooze",
3617
3620
  "IconPilone": "pilone, maintenance",
@@ -3956,6 +3959,7 @@
3956
3959
  "IconSteeringWheel1": "steering-wheel, autopilot, drive",
3957
3960
  "IconStepBack": "step-back, undo",
3958
3961
  "IconStepForwards": "step-forwards, continue",
3962
+ "IconStethoscope": "stethoscope, check, diagnostics, analyze",
3959
3963
  "IconSteveJobs": "steve-jobs, professor, innovation",
3960
3964
  "IconSticker": "sticker, badge",
3961
3965
  "IconStocks": "stocks",
package/index.d.ts CHANGED
@@ -1391,6 +1391,7 @@ export { IconPieChart1, default as IconPieChart1Default, } from "./IconPieChart1
1391
1391
  export { IconPieChart2, default as IconPieChart2Default, } from "./IconPieChart2";
1392
1392
  export { IconPieChart3, default as IconPieChart3Default, } from "./IconPieChart3";
1393
1393
  export { IconPiggyBank, default as IconPiggyBankDefault, } from "./IconPiggyBank";
1394
+ export { IconPiggyBankCoin, default as IconPiggyBankCoinDefault, } from "./IconPiggyBankCoin";
1394
1395
  export { IconPillow, default as IconPillowDefault } from "./IconPillow";
1395
1396
  export { IconPillowZz, default as IconPillowZzDefault } from "./IconPillowZz";
1396
1397
  export { IconPilone, default as IconPiloneDefault } from "./IconPilone";
@@ -1735,6 +1736,7 @@ export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconS
1735
1736
  export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
1736
1737
  export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
1737
1738
  export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
1739
+ export { IconStethoscope, default as IconStethoscopeDefault, } from "./IconStethoscope";
1738
1740
  export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
1739
1741
  export { IconSticker, default as IconStickerDefault } from "./IconSticker";
1740
1742
  export { IconStocks, default as IconStocksDefault } from "./IconStocks";