import type { SVGProps } from "react"; const SvgDoctorIcon = (props: SVGProps) => ( ); export default SvgDoctorIcon;