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