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