import * as React from 'react'; export interface Stethoscope32Props extends React.SVGProps { ariaLabel?: string } export default function Stethoscope32({ ariaLabel, ...props }: Stethoscope32Props) { return ( ); }