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

function WechatCustomerOutline(
  props: React.SVGProps<SVGSVGElement>,
  svgRef?: React.Ref<SVGSVGElement>
) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M7.377 0a5.78 5.78 0 015.516 4.052A1.5 1.5 0 0114 5.5V7l-1-.5v-1a.5.5 0 00-.5-.5H12v1.5h-1v-2a.5.5 0 01.5-.5l.314.001a4.783 4.783 0 00-4.219-2.996L7.377 1h-.754a4.78 4.78 0 00-4.437 3.001L2.5 4a.5.5 0 01.5.5V8h1.085a1.5 1.5 0 11.001 1.001l-1.61.001c.19.313.426.606.704.87l.388.368-.263 1.047 1.124-.556.373.136c.545.198 1.13.301 1.732.301.338 0 .672-.033.996-.096l.179.899a6.05 6.05 0 01-1.175.114 6.001 6.001 0 01-2.049-.357l-2.563 1.274.62-2.466A5.048 5.048 0 011.431 9l.068.002a1.5 1.5 0 01-1.5-1.5v-2a1.5 1.5 0 011.107-1.448A5.78 5.78 0 016.381.007l.24-.005h.754zM5.5 8a.5.5 0 100 1 .5.5 0 000-1zM2 5h-.5a.5.5 0 00-.492.41L1 5.5v2a.5.5 0 00.41.492L1.5 8H2V5zm3.5-1a.5.5 0 110 1 .5.5 0 010-1zm3 0a.5.5 0 110 1 .5.5 0 010-1z" />
      <path d="M11.5 7c2.485 0 4.5 1.813 4.5 4.05 0 1.157-.539 2.2-1.403 2.938L15.1 16l-2.2-1.1c-.441.13-.911.2-1.4.2-2.485 0-4.5-1.813-4.5-4.05S9.015 7 11.5 7zm0 1C9.545 8 8 9.39 8 11.05s1.545 3.05 3.5 3.05c.308 0 .611-.035.902-.102l.216-.057.378-.111.607.302-.125-.502.471-.402c.673-.575 1.052-1.353 1.052-2.178 0-1.66-1.545-3.05-3.5-3.05zm-1 2a.5.5 0 110 1 .5.5 0 010-1zm2 0a.5.5 0 110 1 .5.5 0 010-1z" />
    </svg>
  );
}

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