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