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

function TencentWeibo(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M15.036 10.214a3.46 3.46 0 01-3.446 3.446 3.48 3.48 0 01-1.982-.625 21.787 21.787 0 00-2.054 2.607c-2.911 4.375-4.143 9.536-3.607 15.339a.951.951 0 01-.839 1.018h-.089a.944.944 0 01-.929-.839c-.696-7.821 1.786-13.357 3.982-16.625a22.04 22.04 0 012.357-2.946 3.282 3.282 0 01-.286-1.375 3.437 3.437 0 013.446-3.446 3.448 3.448 0 013.446 3.446zm6.803.197c0 5.732-4.661 10.393-10.411 10.393-.786 0-1.571-.089-2.339-.25a.95.95 0 01-.696-1.125.946.946 0 011.107-.696 7.798 7.798 0 001.929.232c4.714 0 8.554-3.839 8.554-8.554s-3.839-8.554-8.554-8.554-8.554 3.839-8.554 8.554a8.61 8.61 0 00.929 3.893.932.932 0 01-.393 1.25.923.923 0 01-1.25-.411 10.334 10.334 0 01-1.143-4.732C1.018 4.661 5.697 0 11.429 0c5.75 0 10.411 4.661 10.411 10.411z" />
    </svg>
  );
}

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