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