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

function WindowCloseO(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="M22.446 19.839l-2.607 2.607a.571.571 0 01-.821 0L16 19.428l-3.018 3.018a.571.571 0 01-.821 0l-2.607-2.607a.571.571 0 010-.821L12.572 16l-3.018-3.018a.571.571 0 010-.821l2.607-2.607a.571.571 0 01.821 0L16 12.572l3.018-3.018a.571.571 0 01.821 0l2.607 2.607a.571.571 0 010 .821L19.428 16l3.018 3.018a.571.571 0 010 .821zM4.571 25.143h22.857V6.857H4.571v18.286zM32 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(WindowCloseO);
export default ForwardRef;
