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