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