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

function Wechat(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.357 8.232c0-.982-.643-1.625-1.625-1.625-.964 0-1.946.643-1.946 1.625 0 .964.982 1.607 1.946 1.607.982 0 1.625-.643 1.625-1.607zm13.268 9.054c0-.643-.643-1.286-1.625-1.286-.643 0-1.286.643-1.286 1.286 0 .661.643 1.304 1.286 1.304.982 0 1.625-.643 1.625-1.304zm-4.214-9.054c0-.982-.643-1.625-1.607-1.625-.982 0-1.946.643-1.946 1.625 0 .964.964 1.607 1.946 1.607.964 0 1.607-.643 1.607-1.607zm11.339 9.054c0-.643-.661-1.286-1.625-1.286-.643 0-1.286.643-1.286 1.286 0 .661.643 1.304 1.286 1.304.964 0 1.625-.643 1.625-1.304zM26 10.196a9.521 9.521 0 00-1.25-.071c-6.143 0-11 4.589-11 10.232 0 .946.143 1.857.411 2.714a13.71 13.71 0 01-1.214.054c-1.625 0-2.911-.321-4.536-.643L3.893 24.75l1.286-3.893C1.947 18.589 0 15.661 0 12.107c0-6.161 5.821-11 12.946-11 6.357 0 11.946 3.875 13.054 9.089zm10.571 10.018c0 2.911-1.929 5.5-4.536 7.446l.982 3.232-3.554-1.946c-1.304.321-2.607.661-3.893.661-6.161 0-11-4.214-11-9.393s4.839-9.393 11-9.393c5.821 0 11 4.214 11 9.393z" />
    </svg>
  );
}

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