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