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