import { type SVGProps } from 'react'; export function CalendarIcon(props: SVGProps) { return ( ); }