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