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

function GooglePlusCircle(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-.393-.036-.768-.107-1.143H9.804v2.357h3.875c-.286 1.893-2.071 2.946-3.875 2.946-2.375 0-4.268-1.964-4.268-4.321s1.893-4.321 4.268-4.321c1 0 2 .339 2.732 1.054l1.857-1.804c-1.268-1.179-2.857-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.964zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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