import { createSvgIcon } from "../svg-icon.type" export const ClockIcon = createSvgIcon((props, ref) => { return ( ) });