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