import type { JSX, SVGProps } from 'react' export const DoctorIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }