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