import * as React from 'react'; const ClockIcon = (props: React.SVGProps) => ( ); export default ClockIcon;