import type { SVGProps } from 'react'; const SvgCalendar = (props: SVGProps) => ( ); export default SvgCalendar;