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