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

function GooglePlusSquare(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="M16.375 16.161c0-.446-.054-.804-.107-1.143H9.804v2.357h3.875c-.143 1-1.161 2.946-3.875 2.946-2.357 0-4.268-1.929-4.268-4.321s1.911-4.321 4.268-4.321c1.321 0 2.214.554 2.732 1.054l1.857-1.804c-1.196-1.107-2.75-1.786-4.589-1.786C6 9.143 2.947 12.214 2.947 16s3.054 6.857 6.857 6.857c3.946 0 6.571-2.786 6.571-6.696zm6.161.821h1.946v-1.964h-1.946v-1.964h-1.964v1.964h-1.964v1.964h1.964v1.964h1.964v-1.964zm4.893-9.553v17.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(GooglePlusSquare);
export default ForwardRef;
