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

function Weibo(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.054 22.929c.5-.821.232-1.768-.607-2.125-.804-.339-1.875.018-2.375.804-.518.804-.268 1.75.536 2.125.821.375 1.929.018 2.446-.804zm1.678-2.161c.179-.321.071-.679-.25-.804a.782.782 0 00-.893.339c-.179.321-.089.661.232.804a.761.761 0 00.911-.339zm3.107 1.911c-1.071 2.429-4.179 3.75-6.821 2.893-2.554-.821-3.625-3.339-2.518-5.607 1.107-2.214 3.946-3.464 6.464-2.821 2.625.679 3.946 3.143 2.875 5.536zm5.572-2.858c-.339-3.482-4.911-5.875-10.214-5.357-5.304.536-9.304 3.768-8.964 7.25s4.911 5.875 10.214 5.357c5.304-.536 9.304-3.768 8.964-7.25zm5.5.072c0 4.018-5.786 9.071-14.482 9.071C6.786 28.964 0 25.75 0 20.446c0-2.768 1.75-5.964 4.768-8.982 4.036-4.036 8.732-5.857 10.5-4.089.786.768.857 2.125.357 3.732-.25.821.768.357.768.375 3.25-1.375 6.089-1.446 7.125.036.554.786.5 1.893 0 3.179-.232.589.071.679.518.821 1.839.571 3.875 1.946 3.875 4.375zM26.589 8.75a4.108 4.108 0 01.857 4.036 1.05 1.05 0 11-2-.642c.214-.679.071-1.429-.429-1.982s-1.232-.768-1.911-.625c-.571.125-1.143-.232-1.25-.804a1.045 1.045 0 01.804-1.25 4.086 4.086 0 013.929 1.268zm3.232-2.911c2.107 2.321 2.661 5.5 1.768 8.286-.214.643-.893 1-1.536.786s-1-.893-.804-1.536c.643-1.982.25-4.25-1.25-5.893a6.022 6.022 0 00-5.732-1.857c-.661.143-1.321-.286-1.464-.946s.286-1.304.946-1.446c2.875-.607 5.964.268 8.071 2.607z" />
    </svg>
  );
}

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