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

function WindowClose(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="M20.982 23.589l2.607-2.607a.571.571 0 000-.821L19.428 16l4.161-4.161a.571.571 0 000-.821l-2.607-2.607a.571.571 0 00-.821 0L16 12.572l-4.161-4.161a.571.571 0 00-.821 0l-2.607 2.607a.571.571 0 000 .821L12.572 16l-4.161 4.161a.571.571 0 000 .821l2.607 2.607a.571.571 0 00.821 0L16 19.428l4.161 4.161a.571.571 0 00.821 0zM32 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(WindowClose);
export default ForwardRef;
