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