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

function YcSquare(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="M14.446 17.929l4.75-8.911h-2l-2.804 5.571s-.429.857-.786 1.643c-.339-.821-.75-1.643-.75-1.643l-2.768-5.571H7.945l4.696 8.804v5.786h1.804v-5.679zm12.983-10.5v17.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(YcSquare);
export default ForwardRef;
