import { SvgProp } from "../common/interface"; export const Mail = ({ fill, size, height, width, ...props }: SvgProp) => { return ( ); };