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