import type { SVGProps } from 'react' /** * Calendar icon component - calendar with binding posts and header divider * @param props - SVG properties including className, fill, etc. */ export function Calendar(props: SVGProps) { return ( ) }