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

function MinusSquare(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M22.857 17.143v-2.286c0-.625-.518-1.143-1.143-1.143h-16c-.625 0-1.143.518-1.143 1.143v2.286c0 .625.518 1.143 1.143 1.143h16c.625 0 1.143-.518 1.143-1.143zm4.572-9.714v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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