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