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