import * as React from "react"; import { SVGProps } from "react"; const SvgTableClock = (props: SVGProps) => ( ); export default SvgTableClock;