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

function MinusSquareO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 14.286v1.143c0 .321-.25.571-.571.571H5.143a.564.564 0 01-.571-.571v-1.143c0-.321.25-.571.571-.571H20c.321 0 .571.25.571.571zm2.286 8V7.429A2.866 2.866 0 0020 4.572H5.143a2.866 2.866 0 00-2.857 2.857v14.857a2.866 2.866 0 002.857 2.857H20a2.866 2.866 0 002.857-2.857zm2.286-14.857v14.857A5.145 5.145 0 0120 27.429H5.143A5.145 5.145 0 010 22.286V7.429a5.145 5.145 0 015.143-5.143H20a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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