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