import type { SVGProps } from 'react'; const SvgClock = (props: SVGProps) => ( ); export default SvgClock;