import * as React from "react"; import { SVGProps } from "react"; const SvgCalendarWeekBegin = (props: SVGProps) => ( ); export default SvgCalendarWeekBegin;