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