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