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

function Yoast(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.054 3.893h12.339l-.464 1.286H6.054c-2.625 0-4.768 2.161-4.768 4.786v13.768c0 2.25 1.607 4.232 3.821 4.696.571.125 1.161.089 1.75.089v1.286h-.804c-3.339 0-6.054-2.732-6.054-6.071V9.965c0-3.339 2.714-6.071 6.054-6.071zM21.25 0h4.411l-8.607 23.107C15.447 27.393 13.5 31.857 8.215 32v-3.482c1.982-.321 3.25-1.411 3.929-3.25.232-.607.357-1.232.357-1.875s-.125-1.286-.357-1.893L7.055 8.411h4.071l3.339 10.446zm8.464 9.964v19.839H15.518c.286-.429.589-.839.804-1.304h12.107V9.963a4.82 4.82 0 00-3.196-4.536l.446-1.196c2.429.821 4.036 3.179 4.036 5.732z" />
    </svg>
  );
}

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