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