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