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