export default function AwardIcon({ className = 'h-[15px] w-[10px]' }: { className?: string }) { return ( ) }