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