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