import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgMailCircle: (props: SVGProps) => React.JSX.Element; export default SvgMailCircle; //# sourceMappingURL=MailCircle.d.ts.map