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