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