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