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