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