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