import { FC, SVGProps } from 'react'; declare const IconCalendar: FC & { fill?: string }>; export default IconCalendar;