import * as React from 'react' import type { SVGProps, Ref } from 'react' const SvgEnterpriseArchitectureDefaultLight = ( props: SVGProps, ref: Ref ) => ( ) export default React.forwardRef(SvgEnterpriseArchitectureDefaultLight)