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