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

function ShareSquare(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="M17.946 19.661l6.286-6.286a1.132 1.132 0 000-1.607l-6.286-6.286a1.1 1.1 0 00-1.232-.25A1.144 1.144 0 0016 6.286v2.857c-10.25 0-11.429 5.875-11.429 10.286 0 3.589 2.875 7.071 2.982 7.214a.592.592 0 00.446.214.546.546 0 00.232-.054.551.551 0 00.339-.589c-.536-4.304-.196-6.982 1.107-8.446C10.766 16.536 12.659 16 15.998 16v2.857c0 .464.286.875.714 1.054.125.054.286.089.429.089.304 0 .589-.125.804-.339zm9.483-12.232v17.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(ShareSquare);
export default ForwardRef;
