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