@central-icons-react-native/round-outlined-radius-1-stroke-1 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 f=Object.create;var C=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!I.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=d(o,e))||s.enumerable});return r};var i=(r,o,n)=>(n=r!=null?f(g(r)):{},a(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var x={};L(x,{IconPiggyBankCoin:()=>c,default:()=>k});module.exports=P(x);var t=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...n})=>l.default.createElement(m.Svg,{...n,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"),c=r=>t.default.createElement(u,{...r},t.default.createElement(p.Path,{d:"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=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 d=\"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,knBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z",fill:"currentColor"}),o.createElement(e,{d:"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),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 d=\"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAAE,knBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 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,s)=>{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:!(s=f(r,n))||s.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)),L=o=>a(p({},"__esModule",{value:!0}),o);var g={};x(g,{IconStethoscope:()=>m,default:()=>P});module.exports=L(g);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 C=require("react-native-svg"),m=o=>t.default.createElement(l,{...o},t.default.createElement(C.Path,{d:"M6 2.5H3.5L3.5 11C3.5 12.3807 4.61929 13.5 6 13.5H11C12.3807 13.5 13.5 12.3807 13.5 11V2.5H11",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M8.5 13.75V18.5C8.5 20.1569 9.8438 21.5 11.5007 21.5C12.717 21.5 13.783 21.5 14.9993 21.5C16.6562 21.5 18 20.1569 18 18.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;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 2.5H3.5L3.5 11C3.5 12.3807 4.61929 13.5 6 13.5H11C12.3807 13.5 13.5 12.3807 13.5 11V2.5H11\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 13.75V18.5C8.5 20.1569 9.8438 21.5 11.5007 21.5C12.717 21.5 13.783 21.5 14.9993 21.5C16.6562 21.5 18 20.1569 18 18.5V13.75\"\n stroke=\"currentColor\"\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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,OAAO,eACP,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 r from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:o=24,...p})=>C.createElement(s,{...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:"M6 2.5H3.5L3.5 11C3.5 12.3807 4.61929 13.5 6 13.5H11C12.3807 13.5 13.5 12.3807 13.5 11V2.5H11",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M8.5 13.75V18.5C8.5 20.1569 9.8438 21.5 11.5007 21.5C12.717 21.5 13.783 21.5 14.9993 21.5C16.6562 21.5 18 20.1569 18 18.5V13.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconStethoscope,I 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 2.5H3.5L3.5 11C3.5 12.3807 4.61929 13.5 6 13.5H11C12.3807 13.5 13.5 12.3807 13.5 11V2.5H11\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.5 13.75V18.5C8.5 20.1569 9.8438 21.5 11.5007 21.5C12.717 21.5 13.783 21.5 14.9993 21.5C16.6562 21.5 18 20.1569 18 18.5V13.75\"\n stroke=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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-outlined-radius-1-stroke-1",
19503
19503
  "componentName": "IconPiggyBank"
19504
19504
  },
19505
+ {
19506
+ "category": "Things",
19507
+ "svg": "<path d=\"M9.469 19.7977C9.33873 20.2155 8.95195 20.5 8.51434 20.5H6.09242C5.80491 20.5 5.52961 20.3778 5.34809 20.1548C1.38937 15.2924 1.03984 7.13793 7.63317 7.13793H12.5127C14.0336 5.90784 15.2485 5 17.2707 5C17.2707 7.73497 18.4898 9.33017 20.754 10.122C21.1863 10.2731 21.5 10.6656 21.5 11.1235V14.3765C21.5 14.8344 21.1864 15.2275 20.7534 15.3765C18.6748 16.0917 17.3787 17.443 17.0711 19.5031C16.9895 20.0493 16.5523 20.5 16 20.5L13.9857 20.5C13.5481 20.5 13.1613 20.2155 13.031 19.7977L12.969 19.5989C12.8387 19.1811 12.4519 18.8966 12.0143 18.8966L10.4857 18.8966C10.0481 18.8966 9.66127 19.1811 9.531 19.5989L9.469 19.7977Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 10.75C17 11.3023 16.5523 11.75 16 11.75C15.4477 11.75 15 11.3023 15 10.75C15 10.1977 15.4477 9.75 16 9.75C16.5523 9.75 17 10.1977 17 10.75Z\" fill=\"currentColor\"/><path d=\"M7.90675 7C7.80498 6.68497 7.75 6.3489 7.75 6C7.75 4.20507 9.20507 2.75 11 2.75C12.7145 2.75 14.1189 4.0776 14.2413 5.76087\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19508
+ "iconName": "piggy-bank-coin, money, cashback, savings",
19509
+ "variant": {
19510
+ "join": "round",
19511
+ "filled": "off",
19512
+ "radius": "1",
19513
+ "stroke": "1"
19514
+ },
19515
+ "createdAt": "2026-05-22T11:02:18.919122+00:00",
19516
+ "packageName": "round-outlined-radius-1-stroke-1",
19517
+ "componentName": "IconPiggyBankCoin"
19518
+ },
19505
19519
  {
19506
19520
  "category": "Things",
19507
19521
  "svg": "<path d=\"M7.02868 4.23822C6.61834 4.33998 6.19814 4.16105 5.85795 3.91003C5.50857 3.65223 5.0775 3.5 4.61111 3.5C3.44518 3.5 2.5 4.45139 2.5 5.625C2.5 6.06647 2.63374 6.47649 2.86266 6.81626C3.09375 7.15924 3.25125 7.57554 3.14339 7.97479C2.8027 9.2358 2.5 10.7171 2.5 12C2.5 13.2829 2.8027 14.7642 3.14339 16.0252C3.25125 16.4245 3.09375 16.8408 2.86266 17.1837C2.63374 17.5235 2.5 17.9335 2.5 18.375C2.5 19.5486 3.44518 20.5 4.61111 20.5C5.07553 20.5 5.50491 20.3491 5.8535 20.0932C6.19375 19.8435 6.61349 19.666 7.02308 19.7678C8.53474 20.1435 10.3924 20.5 12 20.5C13.6076 20.5 15.4653 20.1435 16.977 19.7678C17.3865 19.666 17.8063 19.8435 18.1465 20.0932C18.4951 20.3491 18.9245 20.5 19.3889 20.5C20.5549 20.5 21.5001 19.5486 21.5001 18.375C21.5001 17.9335 21.3663 17.5235 21.1374 17.1837C20.9063 16.8407 20.7488 16.4244 20.8566 16.0252C21.1973 14.7642 21.5 13.2828 21.5 12C21.5 10.7171 21.1973 9.2358 20.8566 7.97479C20.7487 7.57554 20.9063 7.15924 21.1373 6.81626C21.3663 6.47649 21.5 6.06647 21.5 5.625C21.5 4.45139 20.5548 3.5 19.3889 3.5C18.9225 3.5 18.4914 3.65223 18.1421 3.91003C17.8019 4.16105 17.3817 4.33998 16.9713 4.23822C15.4473 3.86026 13.5801 3.5 12 3.5C10.4199 3.5 8.55274 3.86027 7.02868 4.23822Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
@@ -24318,6 +24332,20 @@
24318
24332
  "packageName": "round-outlined-radius-1-stroke-1",
24319
24333
  "componentName": "IconStepForwards"
24320
24334
  },
24335
+ {
24336
+ "category": "Health & Medical",
24337
+ "svg": "<path d=\"M6 2.5H3.5L3.5 11C3.5 12.3807 4.61929 13.5 6 13.5H11C12.3807 13.5 13.5 12.3807 13.5 11V2.5H11\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 11.25C20.5 12.6307 19.3807 13.75 18 13.75C16.6193 13.75 15.5 12.6307 15.5 11.25C15.5 9.86929 16.6193 8.75 18 8.75C19.3807 8.75 20.5 9.86929 20.5 11.25Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 13.75V18.5C8.5 20.1569 9.8438 21.5 11.5007 21.5C12.717 21.5 13.783 21.5 14.9993 21.5C16.6562 21.5 18 20.1569 18 18.5V13.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
24338
+ "iconName": "stethoscope, check, diagnostics, analyze",
24339
+ "variant": {
24340
+ "join": "round",
24341
+ "filled": "off",
24342
+ "radius": "1",
24343
+ "stroke": "1"
24344
+ },
24345
+ "createdAt": "2026-05-26T14:02:08.461337+00:00",
24346
+ "packageName": "round-outlined-radius-1-stroke-1",
24347
+ "componentName": "IconStethoscope"
24348
+ },
24321
24349
  {
24322
24350
  "category": "People",
24323
24351
  "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-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"11\" r=\"2.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15\" cy=\"11\" r=\"2.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.25 10.25C11.7368 10.0877 12.2632 10.0877 12.75 10.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 9.5C5.33333 8.66667 6.6 5.95 7 4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 9.5C18.6667 8.66667 17.4 5.95 17 4.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 3.5C11 4.5 13 4.5 15 3.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 3.5H14\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 10.5L4.5 10M17.5 10.5L19.5 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 19V17.5C8 16.3954 8.89543 15.5 10 15.5H14C15.1046 15.5 16 16.3954 16 17.5V19\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 20.6973C12.8281 20.101 11.1719 20.1009 10.5 20.6972\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 17.5H13.25C13.3881 17.5 13.5 17.3881 13.5 17.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
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-outlined-radius-1-stroke-1",
3
- "version": "1.1.245",
3
+ "version": "1.1.247",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 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";