import type { IconProps } from "@/types/components/icon" export default function SurpriseIcon({ color, ...props }: IconProps) { return ( ) }