// Generated by script, don't edit it please.
import * as React from 'react';

function WindowMaximize(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 25.143h22.857V11.429H4.571v13.714zM32 5.143v21.714a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 26.857V5.143a2.866 2.866 0 012.857-2.857h26.286A2.866 2.866 0 0132 5.143z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(WindowMaximize);
export default ForwardRef;
