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