import { forwardRef, SVGProps } from 'react'; export interface ClockProps extends Omit, 'css'> {} export const Clock = forwardRef((props, ref) => ( )); Clock.displayName = 'Clock';