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

function Renren(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="M20.232 28.036a13.566 13.566 0 01-6.571 1.679 13.54 13.54 0 01-6.554-1.679c3.161-2 5.714-5.018 6.554-8.554.857 3.536 3.411 6.554 6.571 8.554zm-8.839-25.5v8.661c0 6.107-3.375 11.357-8.161 13.679A13.64 13.64 0 010 16.037c0-6.786 4.929-12.411 11.393-13.5zm16.036 13.5a13.64 13.64 0 01-3.232 8.839c-4.786-2.321-8.161-7.571-8.161-13.679V2.535c6.464 1.089 11.393 6.714 11.393 13.5z" />
    </svg>
  );
}

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