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