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