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

function GooglePlus(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 41 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.661 16.304c0 7.482-5.018 12.786-12.571 12.786C5.858 29.09.001 23.233.001 16.001S5.858 2.912 13.09 2.912c3.536 0 6.482 1.286 8.768 3.429l-3.554 3.411c-.964-.929-2.661-2.018-5.214-2.018-4.464 0-8.107 3.696-8.107 8.268s3.643 8.268 8.107 8.268c5.179 0 7.125-3.732 7.429-5.643H13.09v-4.5h12.357c.125.661.214 1.321.214 2.179zm15.482-2.179v3.75h-3.732v3.732h-3.75v-3.732h-3.732v-3.75h3.732v-3.732h3.75v3.732h3.732z" />
    </svg>
  );
}

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