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

function WindowRestore(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M4.571 27.429h13.714v-9.143H4.571v9.143zm18.286-9.143H32V4.572H18.286v4.571H20A2.866 2.866 0 0122.857 12v6.286zM36.571 2.857V20a2.866 2.866 0 01-2.857 2.857H22.857v6.286A2.866 2.866 0 0120 32H2.857A2.866 2.866 0 010 29.143V12a2.866 2.866 0 012.857-2.857h10.857V2.857A2.866 2.866 0 0116.571 0h17.143a2.866 2.866 0 012.857 2.857z" />
    </svg>
  );
}

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