// THIS FILE WAS AUTOGENERATED BY SVGR. DO NOT MODIFY IT MANUALLY; import { Ref, SVGProps, forwardRef, memo } from 'react' const SvgActionVerified = forwardRef((props: SVGProps, ref: Ref) => ( )) SvgActionVerified.displayName = 'SvgActionVerified' const Memo = memo(SvgActionVerified) export { Memo as SvgActionVerified }