@central-icons-react-native/round-outlined-radius-2-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.
- package/IconPiggyBankCoin/index.d.ts +4 -0
- package/IconPiggyBankCoin/index.js +2 -0
- package/IconPiggyBankCoin/index.js.map +1 -0
- package/IconPiggyBankCoin/index.mjs +2 -0
- package/IconPiggyBankCoin/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 +9 -5
- 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 d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)C(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!g.call(r,e)&&e!==n&&C(r,e,{get:()=>o[e],enumerable:!(s=f(o,e))||s.enumerable});return r};var a=(r,o,n)=>(n=r!=null?d(B(r)):{},i(o||!r||!r.__esModule?C(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>i(C({},"__esModule",{value:!0}),r);var h={};I(h,{IconPiggyBankCoin:()=>c,default:()=>x});module.exports=P(h);var t=a(require("react"));var l=a(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.75151 19.25C9.60221 19.6979 9.18306 20 8.71094 20H6.89918C6.32795 20 5.77648 19.7613 5.4319 19.3057C1.96785 14.7258 1.81704 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.7193 15.7666 17.7417 16.6903 17.2916 18.0296C16.9396 19.0766 16.1057 20 15.0011 20H13.7917C13.3196 20 12.9004 19.6979 12.7511 19.25C12.6018 18.8021 12.1827 18.5 11.7106 18.5H10.7921C10.32 18.5 9.90081 18.8021 9.75151 19.25Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),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 d=\"M9.75151 19.25C9.60221 19.6979 9.18306 20 8.71094 20H6.89918C6.32795 20 5.77648 19.7613 5.4319 19.3057C1.96785 14.7258 1.81704 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.7193 15.7666 17.7417 16.6903 17.2916 18.0296C16.9396 19.0766 16.1057 20 15.0011 20H13.7917C13.3196 20 12.9004 19.6979 12.7511 19.25C12.6018 18.8021 12.1827 18.5 11.7106 18.5H10.7921C10.32 18.5 9.90081 18.8021 9.75151 19.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wmBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mGACF,OAAO,eACP,YAAY,IACZ,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 i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M9.75151 19.25C9.60221 19.6979 9.18306 20 8.71094 20H6.89918C6.32795 20 5.77648 19.7613 5.4319 19.3057C1.96785 14.7258 1.81704 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.7193 15.7666 17.7417 16.6903 17.2916 18.0296C16.9396 19.0766 16.1057 20 15.0011 20H13.7917C13.3196 20 12.9004 19.6979 12.7511 19.25C12.6018 18.8021 12.1827 18.5 11.7106 18.5H10.7921C10.32 18.5 9.90081 18.8021 9.75151 19.25Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z",fill:"currentColor"}),o.createElement(e,{d:"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=i;export{i as IconPiggyBankCoin,g 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.75151 19.25C9.60221 19.6979 9.18306 20 8.71094 20H6.89918C6.32795 20 5.77648 19.7613 5.4319 19.3057C1.96785 14.7258 1.81704 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.7193 15.7666 17.7417 16.6903 17.2916 18.0296C16.9396 19.0766 16.1057 20 15.0011 20H13.7917C13.3196 20 12.9004 19.6979 12.7511 19.25C12.6018 18.8021 12.1827 18.5 11.7106 18.5H10.7921C10.32 18.5 9.90081 18.8021 9.75151 19.25Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,wmBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mGACF,OAAO,eACP,YAAY,IACZ,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,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 3H4V9.5C4 11.433 5.567 13 7.5 13H9.5C11.433 13 13 11.433 13 9.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.5V17C8.5 19.2091 10.291 21 12.5001 21C13.0042 21 13.4958 21 13.9999 21C16.209 21 18 19.2091 18 17V13.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 3H4V9.5C4 11.433 5.567 13 7.5 13H9.5C11.433 13 13 11.433 13 9.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.5V17C8.5 19.2091 10.291 21 12.5001 21C13.0042 21 13.4958 21 13.9999 21C16.209 21 18 19.2091 18 17V13.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,0EACF,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,iHACF,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 3H4V9.5C4 11.433 5.567 13 7.5 13H9.5C11.433 13 13 11.433 13 9.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.5V17C8.5 19.2091 10.291 21 12.5001 21C13.0042 21 13.4958 21 13.9999 21C16.209 21 18 19.2091 18 17V13.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 3H4V9.5C4 11.433 5.567 13 7.5 13H9.5C11.433 13 13 11.433 13 9.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.5V17C8.5 19.2091 10.291 21 12.5001 21C13.0042 21 13.4958 21 13.9999 21C16.209 21 18 19.2091 18 17V13.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,0EACF,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,iHACF,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
|
@@ -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
|
package/filtered-icons.json
CHANGED
|
@@ -19502,6 +19502,20 @@
|
|
|
19502
19502
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
19503
19503
|
"componentName": "IconPiggyBank"
|
|
19504
19504
|
},
|
|
19505
|
+
{
|
|
19506
|
+
"category": "Things",
|
|
19507
|
+
"svg": "<path d=\"M9.75151 19.25C9.60221 19.6979 9.18306 20 8.71094 20H6.89918C6.32795 20 5.77648 19.7613 5.4319 19.3057C1.96785 14.7258 1.81704 7.5 7.88612 7.5H12.1503C12.3774 7.5 12.5975 7.42229 12.7757 7.28159C14.0907 6.24341 15.2117 5.5 17.0011 5.5C17.0011 8.04143 18.1388 9.53083 20.2528 10.2766C20.6856 10.4293 21.0011 10.8219 21.0011 11.2808V14.2192C21.0011 14.6781 20.6857 15.0707 20.2531 15.2238C18.7193 15.7666 17.7417 16.6903 17.2916 18.0296C16.9396 19.0766 16.1057 20 15.0011 20H13.7917C13.3196 20 12.9004 19.6979 12.7511 19.25C12.6018 18.8021 12.1827 18.5 11.7106 18.5H10.7921C10.32 18.5 9.90081 18.8021 9.75151 19.25Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 11.25C16.5 11.9404 15.9404 12.5 15.25 12.5C14.5596 12.5 14 11.9404 14 11.25C14 10.5596 14.5596 10 15.25 10C15.9404 10 16.5 10.5596 16.5 11.25Z\" fill=\"currentColor\"/><path d=\"M14 6C14 4.34315 12.6569 3 11 3C9.34315 3 8 4.34315 8 6C8 6.41374 8.08375 6.80792 8.23523 7.1665\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19508
|
+
"iconName": "piggy-bank-coin, money, cashback, savings",
|
|
19509
|
+
"variant": {
|
|
19510
|
+
"join": "round",
|
|
19511
|
+
"filled": "off",
|
|
19512
|
+
"radius": "2",
|
|
19513
|
+
"stroke": "2"
|
|
19514
|
+
},
|
|
19515
|
+
"createdAt": "2026-05-22T11:02:18.919122+00:00",
|
|
19516
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
19517
|
+
"componentName": "IconPiggyBankCoin"
|
|
19518
|
+
},
|
|
19505
19519
|
{
|
|
19506
19520
|
"category": "Things",
|
|
19507
19521
|
"svg": "<path d=\"M8.00631 4.52656C7.18443 4.71003 6.33362 4.28691 5.52037 4.06837C5.35445 4.02378 5.18 4 5 4C3.89543 4 3 4.89543 3 6C3 6.15625 3.01792 6.30832 3.05181 6.45426C3.23975 7.26347 3.62082 8.11442 3.42768 8.92241C3.18635 9.932 3 11.0267 3 12C3 12.9733 3.18635 14.068 3.42768 15.0776C3.62082 15.8856 3.23975 16.7365 3.05181 17.5457C3.01792 17.6917 3 17.8437 3 18C3 19.1046 3.89543 20 5 20C5.17873 20 5.35199 19.9766 5.51687 19.9326C6.3291 19.7159 7.17898 19.2959 7.99946 19.4789C9.27737 19.7638 10.7221 20 12 20C13.2779 20 14.7226 19.7638 16.0005 19.4789C16.821 19.2959 17.6709 19.7159 18.4831 19.9326C18.648 19.9766 18.8213 20 19 20C20.1046 20 21 19.1046 21 18C21 17.8437 20.9821 17.6917 20.9482 17.5457C20.7602 16.7365 20.3792 15.8856 20.5723 15.0776C20.8137 14.068 21 12.9733 21 12C21 11.0267 20.8137 9.932 20.5723 8.92241C20.3792 8.11442 20.7602 7.26347 20.9482 6.45426C20.9821 6.30832 21 6.15625 21 6C21 4.89543 20.1046 4 19 4C18.82 4 18.6456 4.02378 18.4796 4.06837C17.6664 4.28691 16.8156 4.71003 15.9937 4.52656C14.7064 4.2392 13.2573 4 12 4C10.7427 4 9.29357 4.2392 8.00631 4.52656Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -24318,6 +24332,20 @@
|
|
|
24318
24332
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
24319
24333
|
"componentName": "IconStepForwards"
|
|
24320
24334
|
},
|
|
24335
|
+
{
|
|
24336
|
+
"category": "Health & Medical",
|
|
24337
|
+
"svg": "<path d=\"M6 3H4V9.5C4 11.433 5.567 13 7.5 13H9.5C11.433 13 13 11.433 13 9.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.5V17C8.5 19.2091 10.291 21 12.5001 21C13.0042 21 13.4958 21 13.9999 21C16.209 21 18 19.2091 18 17V13.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
24338
|
+
"iconName": "stethoscope, check, diagnostics, analyze",
|
|
24339
|
+
"variant": {
|
|
24340
|
+
"join": "round",
|
|
24341
|
+
"filled": "off",
|
|
24342
|
+
"radius": "2",
|
|
24343
|
+
"stroke": "2"
|
|
24344
|
+
},
|
|
24345
|
+
"createdAt": "2026-05-26T14:02:08.461337+00:00",
|
|
24346
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
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-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
|
@@ -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-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.247",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 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":
|
|
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":
|
|
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";
|