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