import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgCalendar: (props: SVGProps) => React.JSX.Element; export default SvgCalendar; //# sourceMappingURL=Calendar.d.ts.map