import * as React from 'react'; export interface EmailOpen48Props extends React.SVGProps { ariaLabel?: string } export default function EmailOpen48({ ariaLabel, ...props }: EmailOpen48Props) { return ( ); }