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