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