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