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