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