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