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