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