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

function WindowMinimize(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="M32 23.429v3.429a2.866 2.866 0 01-2.857 2.857H2.857A2.866 2.866 0 010 26.858v-3.429a2.866 2.866 0 012.857-2.857h26.286A2.866 2.866 0 0132 23.429z" />
    </svg>
  );
}

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