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

function XingSquare(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="M12.232 13.661s0-.018-2.25-3.964c-.179-.286-.429-.607-.929-.607H5.767c-.214 0-.375.071-.464.196-.089.143-.071.339.018.518l2.232 3.857v.018l-3.5 6.179c-.107.179-.089.357 0 .5s.232.232.429.232h3.304c.482 0 .732-.339.893-.643 3.429-6.054 3.554-6.286 3.554-6.286zm11.143-8.875c-.089-.143-.232-.214-.429-.214h-3.339c-.482 0-.696.304-.875.625l-7.339 13.018s0 .018 4.679 8.589c.161.286.411.625.929.625h3.286c.196 0 .357-.071.446-.214s.089-.321-.018-.5l-4.643-8.5v-.018l7.304-12.911c.089-.179.089-.357 0-.5zm4.054 2.643v17.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(XingSquare);
export default ForwardRef;
