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