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

function Yahoo(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="M15.339 17.089l.232 12.625c-.607-.107-1.232-.196-1.875-.196-.625 0-1.25.089-1.875.196l.232-12.625C8.732 11.357 5.607 5.518 1.946 0c.625.161 1.268.268 1.929.268S5.214.143 5.857 0c2.5 4.429 5.214 8.732 7.839 13.089C16.339 8.768 19.142 4.464 21.535 0c.625.161 1.268.25 1.911.25.679 0 1.375-.089 2.036-.25-1.429 1.964-2.607 4.107-3.839 6.196-2.125 3.625-4.214 7.25-6.304 10.893z" />
    </svg>
  );
}

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