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