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