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