import * as React from 'react' import type { SVGProps, Ref } from 'react' import { withIconWrapper } from './utils/index' const SvgConnectionGraph = ( props: SVGProps, ref: Ref ) => ( ) export default withIconWrapper( React.forwardRef(SvgConnectionGraph), 'ConnectionGraph' )