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