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