import React from 'react'; export default function ClockIcon(props) { return ( ); } ClockIcon.defaultProps = { height: 20, width: 20, viewBox: '0 0 24 24', };