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