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