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