import type { LogoAndIllustrationProps } from '../icon' export default function SurpriseIcon({ color, ...props }: LogoAndIllustrationProps) { return ( ) }