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