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