import * as React from "react"; function CalendarIcon(props: React.SVGProps) { return ; } export default CalendarIcon;