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

function Alipay(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg viewBox="0 0 14 14" width="1em" height="1em" fill="currentColor" ref={svgRef} {...props}>
      <path d="M6.4 9c-1.1-.5-2.1-1.2-3.3-1.2-.5 0-.9 0-1.4.3C1 8.4.6 8.8.5 9.5c-.1.6.5 1.4 1 1.6.1 0 .2.2.8.2 1.7.2 3.3-.8 4.1-2.3zm7.6 3.7c-1.1-.5-2.2-1-3.3-1.6-.7-.3-2.9-1.4-2.9-1.4l-.4.4c-1.1 1.3-2.2 2-3.8 2.3-.7.1-1.2 0-2-.3C.7 11.9 0 11 0 9.9c0-1.2.5-2.2 1.4-2.7 1-.6 2.3-.4 3.4-.1.7.2 2.5.7 2.5.7s.3-.9.4-1.1c.1-.2.4-1 .4-1H2.4V5h3V3.9H1.8v-.7h3.6V1.3H7v2h3.6V4H7v1h3c-.3 1.2-.8 2.2-1.2 3.3 1.6.8 3.5 1.4 5.2 1.9v2.5z" />
    </svg>
  );
}

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