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