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