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