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