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