import type { SVGProps } from "react"; import * as React from "react"; const SvgMovingMail = (props: SVGProps) => ( ); export default SvgMovingMail;