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

function Gittip(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.25l6.25-8.446c.482-.661 1.054-2.786-.768-3.982-1.536-1-3-.232-3.768.661-.286.321-.786.714-1.714.714s-1.411-.393-1.696-.714c-.768-.893-2.232-1.661-3.786-.661-1.804 1.196-1.232 3.321-.75 3.982zM27.429 16c0 7.571-6.143 13.714-13.714 13.714S.001 23.571.001 16 6.144 2.286 13.715 2.286 27.429 8.429 27.429 16z" />
    </svg>
  );
}

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