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