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

function Yelp(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.804 23.554v2.268c-.018 5.036-.018 5.214-.107 5.446-.143.375-.464.625-.911.714-1.286.214-5.304-1.268-6.143-2.268a1.254 1.254 0 01-.304-.643 1.021 1.021 0 01.071-.464c.089-.25.25-.446 3.839-4.696 0 0 .018 0 1.071-1.25.357-.446 1-.589 1.589-.375.589.232.911.732.893 1.268zm-2.661-4.483c-.036.625-.393 1.089-.929 1.25l-2.143.696c-4.804 1.536-4.964 1.571-5.214 1.571-.393-.018-.75-.25-.964-.643-.143-.286-.25-.768-.304-1.339-.196-1.75.036-4.375.554-5.196.25-.393.607-.589 1-.571.268 0 .482.107 5.661 2.214 0 0-.018.018 1.5.607.536.214.875.768.839 1.411zm14.75 5.304c-.179 1.286-2.839 4.661-4.054 5.143-.411.161-.821.125-1.125-.125-.214-.161-.429-.482-3.286-5.125l-.839-1.375c-.321-.5-.268-1.143.143-1.643.393-.482.964-.643 1.482-.464 0 0 .018.018 2.125.714 4.804 1.571 4.964 1.625 5.161 1.786.321.25.464.625.393 1.089zm-12-11.286c.089 1.857-.696 2.089-.964 2.179-.25.071-1.036.304-2.036-1.268C4.322 3.625 4.143 3.321 4.143 3.321c-.089-.375.018-.786.339-1.107.982-1.018 6.321-2.518 7.714-2.161.446.107.768.393.875.804.071.446.714 10.071.821 12.232zm11.821 1.929c.036.446-.125.821-.464 1.054-.214.143-.429.214-5.875 1.536-.875.196-1.357.321-1.625.411l.018-.036c-.536.143-1.143-.107-1.482-.643s-.321-1.125 0-1.554c0 0 .018-.018 1.339-1.821 2.929-4 3.071-4.196 3.286-4.339.339-.232.75-.232 1.161-.036 1.161.554 3.5 4.036 3.643 5.375v.054z" />
    </svg>
  );
}

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