@central-icons-react-native/round-filled-radius-2-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.
- 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 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.79156C9.74996 19.5001 9.71312 19.527 9.69976 19.5664C9.41405 20.4223 8.61188 20.9999 7.70953 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.79156C9.74996 19.5001 9.71312 19.527 9.69976 19.5664C9.41405 20.4223 8.61188 20.9999 7.70953 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,89BACF,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.79156C9.74996 19.5001 9.71312 19.527 9.69976 19.5664C9.41405 20.4223 8.61188 20.9999 7.70953 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.79156C9.74996 19.5001 9.71312 19.527 9.69976 19.5664C9.41405 20.4223 8.61188 20.9999 7.70953 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,89BACF,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,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var V=Object.getOwnPropertyNames;var i=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty;var x=(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 V(r))!u.call(o,C)&&C!==t&&e(o,C,{get:()=>r[C],enumerable:!(p=I(r,C))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?B(i(o)):{},a(r||!o||!o.__esModule?e(t,"default",{value:o,enumerable:!0}):t,o)),P=o=>a(e({},"__esModule",{value:!0}),o);var h={};x(h,{IconStethoscope:()=>H,default:()=>g});module.exports=P(h);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"),H=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{d:"M6 2C6.27614 2 6.5 2.22386 6.5 2.5C6.5 2.77614 6.27614 3 6 3H4V10C4 11.6569 5.34315 13 7 13H10C11.6569 13 13 11.6569 13 10V3H11C10.7239 3 10.5 2.77614 10.5 2.5C10.5 2.22386 10.7239 2 11 2H13.5C13.7761 2 14 2.22386 14 2.5V10C14 12.2091 12.2091 14 10 14H9V17.5C9 19.4329 10.567 20.9999 12.5 21H14C15.933 20.9999 17.5 19.4329 17.5 17.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V17.5C18.5 19.9853 16.4852 21.9999 14 22H12.5C10.0148 21.9999 8 19.9853 8 17.5V14H7C4.79086 14 3 12.2091 3 10V2.5C3 2.22386 3.22386 2 3.5 2H6Z",fill:"currentColor"})),g=H;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.27614 2 6.5 2.22386 6.5 2.5C6.5 2.77614 6.27614 3 6 3H4V10C4 11.6569 5.34315 13 7 13H10C11.6569 13 13 11.6569 13 10V3H11C10.7239 3 10.5 2.77614 10.5 2.5C10.5 2.22386 10.7239 2 11 2H13.5C13.7761 2 14 2.22386 14 2.5V10C14 12.2091 12.2091 14 10 14H9V17.5C9 19.4329 10.567 20.9999 12.5 21H14C15.933 20.9999 17.5 19.4329 17.5 17.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V17.5C18.5 19.9853 16.4852 21.9999 14 22H12.5C10.0148 21.9999 8 19.9853 8 17.5V14H7C4.79086 14 3 12.2091 3 10V2.5C3 2.22386 3.22386 2 3.5 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,gnBACF,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.27614 2 6.5 2.22386 6.5 2.5C6.5 2.77614 6.27614 3 6 3H4V10C4 11.6569 5.34315 13 7 13H10C11.6569 13 13 11.6569 13 10V3H11C10.7239 3 10.5 2.77614 10.5 2.5C10.5 2.22386 10.7239 2 11 2H13.5C13.7761 2 14 2.22386 14 2.5V10C14 12.2091 12.2091 14 10 14H9V17.5C9 19.4329 10.567 20.9999 12.5 21H14C15.933 20.9999 17.5 19.4329 17.5 17.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V17.5C18.5 19.9853 16.4852 21.9999 14 22H12.5C10.0148 21.9999 8 19.9853 8 17.5V14H7C4.79086 14 3 12.2091 3 10V2.5C3 2.22386 3.22386 2 3.5 2H6Z",fill:"currentColor"})),u=l;export{l as IconStethoscope,u 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.27614 2 6.5 2.22386 6.5 2.5C6.5 2.77614 6.27614 3 6 3H4V10C4 11.6569 5.34315 13 7 13H10C11.6569 13 13 11.6569 13 10V3H11C10.7239 3 10.5 2.77614 10.5 2.5C10.5 2.22386 10.7239 2 11 2H13.5C13.7761 2 14 2.22386 14 2.5V10C14 12.2091 12.2091 14 10 14H9V17.5C9 19.4329 10.567 20.9999 12.5 21H14C15.933 20.9999 17.5 19.4329 17.5 17.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V17.5C18.5 19.9853 16.4852 21.9999 14 22H12.5C10.0148 21.9999 8 19.9853 8 17.5V14H7C4.79086 14 3 12.2091 3 10V2.5C3 2.22386 3.22386 2 3.5 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,gnBACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -19502,6 +19502,20 @@
|
|
|
19502
19502
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
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.79156C9.74996 19.5001 9.71312 19.527 9.69976 19.5664C9.41405 20.4223 8.61188 20.9999 7.70953 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": "2",
|
|
19513
|
+
"stroke": "1"
|
|
19514
|
+
},
|
|
19515
|
+
"createdAt": "2026-05-22T11:02:18.919122+00:00",
|
|
19516
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
19517
|
+
"componentName": "IconPiggyBankCoin"
|
|
19518
|
+
},
|
|
19505
19519
|
{
|
|
19506
19520
|
"category": "Things",
|
|
19507
19521
|
"svg": "<path d=\"M4.61111 3C3.16595 3 2 4.17835 2 5.625C2 5.868 2.03298 6.10407 2.09498 6.32856C2.14073 6.4942 2.19306 6.66308 2.243 6.82424L2.28113 6.9476C2.34325 7.14961 2.39976 7.34098 2.44349 7.52855C2.53148 7.90595 2.55782 8.22941 2.48708 8.52221C2.2179 9.63635 2 10.8797 2 12C2 13.1203 2.2179 14.3637 2.48708 15.4778C2.55782 15.7706 2.53148 16.0941 2.44349 16.4714C2.39976 16.659 2.34325 16.8504 2.28113 17.0524L2.243 17.1758C2.19306 17.3369 2.14073 17.5058 2.09498 17.6714C2.03298 17.8959 2 18.132 2 18.375C2 19.8217 3.16595 21 4.61111 21C4.876 21 5.13253 20.9602 5.37463 20.8859C5.54984 20.8321 5.72772 20.7705 5.89684 20.7119L6.00282 20.6753C6.20764 20.6047 6.40118 20.5402 6.59125 20.4892C6.97371 20.3866 7.30009 20.3509 7.59703 20.4182C8.97745 20.7312 10.5735 21 12 21C13.4265 21 15.0226 20.7312 16.403 20.4182C16.6999 20.3509 17.0263 20.3866 17.4088 20.4892C17.5989 20.5402 17.7924 20.6047 17.9972 20.6753L18.1031 20.7119C18.2722 20.7704 18.4502 20.8321 18.6254 20.8859C18.8675 20.9602 19.1241 21 19.3889 21C20.8341 21 22.0001 19.8217 22.0001 18.375C22.0001 18.132 21.9671 17.8959 21.9051 17.6714C21.8593 17.5058 21.807 17.337 21.7571 17.1758L21.7189 17.0524C21.6568 16.8504 21.6003 16.659 21.5565 16.4714C21.4685 16.094 21.4422 15.7705 21.5129 15.4777C21.7821 14.3636 22 13.1203 22 12C22 10.8797 21.7821 9.63634 21.5129 8.52221C21.4422 8.22941 21.4685 7.90595 21.5565 7.52855C21.6002 7.34098 21.6568 7.14961 21.7189 6.9476L21.757 6.82428C21.8069 6.66312 21.8593 6.4942 21.905 6.32856C21.967 6.10407 22 5.868 22 5.625C22 4.17835 20.8341 3 19.3889 3C19.1223 3 18.8641 3.04034 18.6206 3.11562C18.4451 3.16987 18.2669 3.23197 18.0976 3.29102L17.9916 3.32787C17.7866 3.39898 17.5928 3.46398 17.4026 3.51542C17.0197 3.61893 16.6931 3.65505 16.396 3.58762C15.0066 3.27231 13.405 3 12 3C10.595 3 8.99338 3.27231 7.60403 3.58762C7.30689 3.65505 6.9803 3.61893 6.59742 3.51542C6.40716 3.46398 6.21341 3.39898 6.00835 3.32787L5.90247 3.29103C5.73309 3.23198 5.55491 3.16987 5.37942 3.11562C5.13592 3.04034 4.87775 3 4.61111 3Z\" fill=\"currentColor\"/>",
|
|
@@ -24318,6 +24332,20 @@
|
|
|
24318
24332
|
"packageName": "round-filled-radius-2-stroke-1",
|
|
24319
24333
|
"componentName": "IconStepForwards"
|
|
24320
24334
|
},
|
|
24335
|
+
{
|
|
24336
|
+
"category": "Health & Medical",
|
|
24337
|
+
"svg": "<path d=\"M6 2C6.27614 2 6.5 2.22386 6.5 2.5C6.5 2.77614 6.27614 3 6 3H4V10C4 11.6569 5.34315 13 7 13H10C11.6569 13 13 11.6569 13 10V3H11C10.7239 3 10.5 2.77614 10.5 2.5C10.5 2.22386 10.7239 2 11 2H13.5C13.7761 2 14 2.22386 14 2.5V10C14 12.2091 12.2091 14 10 14H9V17.5C9 19.4329 10.567 20.9999 12.5 21H14C15.933 20.9999 17.5 19.4329 17.5 17.5V14.208C16.0812 13.9699 15 12.7365 15 11.25C15 9.59315 16.3431 8.25 18 8.25C19.6569 8.25 21 9.59315 21 11.25C21 12.7365 19.9188 13.9699 18.5 14.208V17.5C18.5 19.9853 16.4852 21.9999 14 22H12.5C10.0148 21.9999 8 19.9853 8 17.5V14H7C4.79086 14 3 12.2091 3 10V2.5C3 2.22386 3.22386 2 3.5 2H6Z\" fill=\"currentColor\"/>",
|
|
24338
|
+
"iconName": "stethoscope, check, diagnostics, analyze",
|
|
24339
|
+
"variant": {
|
|
24340
|
+
"join": "round",
|
|
24341
|
+
"filled": "on",
|
|
24342
|
+
"radius": "2",
|
|
24343
|
+
"stroke": "1"
|
|
24344
|
+
},
|
|
24345
|
+
"createdAt": "2026-05-26T14:02:08.461337+00:00",
|
|
24346
|
+
"packageName": "round-filled-radius-2-stroke-1",
|
|
24347
|
+
"componentName": "IconStethoscope"
|
|
24348
|
+
},
|
|
24321
24349
|
{
|
|
24322
24350
|
"category": "People",
|
|
24323
24351
|
"svg": "<path d=\"M14 17.25C14 16.9739 13.7761 16.75 13.5 16.75C13.3149 16.75 13.1533 16.8505 13.0669 17H10.5C10.2239 17 10 17.2239 10 17.5C10 17.7761 10.2239 18 10.5 18H13.25C13.6642 18 14 17.6642 14 17.25Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.25C9.4516 2.25 7.37896 3.17078 5.94518 4.68807C4.51534 6.20119 3.75 8.27624 3.75 10.5395C3.75 13.2166 4.07439 15.3943 5.81513 17.5496C6.03503 17.8219 6.24459 18.1077 6.4529 18.4028C6.81224 18.9118 7.47323 19.7397 8.3985 20.4441C9.32491 21.1495 10.5422 21.75 12 21.75C13.4578 21.75 14.6751 21.1495 15.6015 20.4441C16.5268 19.7397 17.1878 18.9118 17.5471 18.4028C17.7554 18.1077 17.965 17.8219 18.1849 17.5496C19.9256 15.3943 20.25 13.2166 20.25 10.5395C20.25 8.27624 19.4847 6.20119 18.0548 4.68807C16.621 3.17078 14.5484 2.25 12 2.25ZM6.44864 9.97186L5.05978 9.62465C5.48855 9.10507 5.95629 8.28582 6.35891 7.4877C6.83666 6.54066 7.26429 5.53825 7.47434 4.90811C7.50361 4.82032 7.50716 4.73015 7.4891 4.64577C7.8642 4.36448 8.27608 4.11948 8.72338 3.91661C8.74024 3.92778 8.75795 3.93805 8.7765 3.94732C10.9173 5.0177 13.083 5.0177 15.2237 3.94732C15.2422 3.93807 15.2599 3.92781 15.2768 3.91667C15.724 4.11953 16.1358 4.36451 16.5109 4.64577C16.4928 4.73015 16.4964 4.82032 16.5257 4.90811C16.7357 5.53825 17.1633 6.54066 17.6411 7.4877C18.0437 8.28584 18.5115 9.10512 18.9403 9.62469L17.5514 9.97191C17.1442 8.96242 16.1553 8.25 15 8.25C13.9564 8.25 13.0485 8.83135 12.5826 9.68787C12.1983 9.60826 11.8017 9.60828 11.4174 9.68792C10.9515 8.83137 10.0436 8.25 9 8.25C7.84471 8.25 6.85582 8.9624 6.44864 9.97186ZM17.7496 10.9531L19.25 10.578C19.2469 13.1418 18.9299 15.0357 17.4069 16.9213C17.168 17.2171 16.9446 17.5223 16.7301 17.8261C16.6642 17.9194 16.5874 18.0242 16.5 18.137V17.5C16.5 16.1193 15.3807 15 14 15H10C8.61929 15 7.5 16.1193 7.5 17.5V18.137C7.41262 18.0242 7.33578 17.9194 7.26986 17.8261C7.05545 17.5223 6.83203 17.2171 6.59308 16.9213C5.07014 15.0357 4.75314 13.1418 4.75002 10.578L6.25039 10.9531C6.25013 10.9687 6.25 10.9843 6.25 11C6.25 12.5188 7.48122 13.75 9 13.75C10.5188 13.75 11.75 12.5188 11.75 11C11.75 10.8808 11.7424 10.7633 11.7277 10.6481C11.9083 10.6215 12.0917 10.6215 12.2723 10.6481C12.2576 10.7633 12.25 10.8808 12.25 11C12.25 12.5188 13.4812 13.75 15 13.75C16.5188 13.75 17.75 12.5188 17.75 11C17.75 10.9843 17.7499 10.9687 17.7496 10.9531ZM9.00427 19.6485C9.35158 19.9129 9.73446 20.1522 10.1504 20.3397C10.1561 20.3341 10.162 20.3286 10.1681 20.3232C10.6353 19.9085 11.3621 19.75 12 19.75C12.6379 19.75 13.3647 19.9086 13.8319 20.3233C13.838 20.3286 13.8438 20.3341 13.8496 20.3397C14.2655 20.1522 14.6484 19.9129 14.9957 19.6485C15.2738 19.4368 15.5 19.3259 15.5 19V17.5C15.5 16.6716 14.8284 16 14 16H10C9.17157 16 8.5 16.6716 8.5 17.5V19C8.5 19.3259 8.72617 19.4368 9.00427 19.6485ZM7.25 11C7.25 10.0335 8.0335 9.25 9 9.25C9.9665 9.25 10.75 10.0335 10.75 11C10.75 11.9665 9.9665 12.75 9 12.75C8.0335 12.75 7.25 11.9665 7.25 11ZM15 9.25C14.0335 9.25 13.25 10.0335 13.25 11C13.25 11.9665 14.0335 12.75 15 12.75C15.9665 12.75 16.75 11.9665 16.75 11C16.75 10.0335 15.9665 9.25 15 9.25Z\" 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-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.247",
|
|
4
4
|
"style": "round-filled-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 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";
|