import React from "react";

/**
 * email-solid.svg
 */
declare const EmailSolidIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default EmailSolidIcon;
