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