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