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