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