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