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