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

function Google(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="M13.714 14.036H26.66c.125.696.214 1.375.214 2.286 0 7.821-5.25 13.393-13.161 13.393-7.589 0-13.714-6.125-13.714-13.714S6.124 2.287 13.713 2.287c3.696 0 6.804 1.357 9.196 3.589l-3.732 3.589c-1.018-.982-2.804-2.125-5.464-2.125-4.679 0-8.5 3.875-8.5 8.661s3.821 8.661 8.5 8.661c5.429 0 7.464-3.893 7.786-5.911h-7.786v-4.714z" />
    </svg>
  );
}

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