// 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 width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16 15a114.75 114.75 0 01-3.784-1.919c-.832-.439-3.298-1.727-3.298-1.727s-.192.201-.441.517c-1.231 1.574-2.467 2.491-4.335 2.847-.795.089-1.369-.012-2.235-.314C.772 14.008.02 12.911.001 11.487c-.02-1.449.547-2.654 1.649-3.302 1.191-.698 2.596-.457 3.835-.156.811.197 2.871.911 2.871.911.429-.627.811-1.607 1.144-2.94H3V5h3V4H2.029V3H6V1.114L8 1v2h4v1H8v1h3.5c0 2-.5 3-1.471 4.609 1.859.924 3.988 1.682 5.971 2.318V15zM3.494 8.996c-.527.004-1.075 0-1.649.334-.679.391-1.191.847-1.27 1.756-.063.735.526 1.696 1.149 1.981.12.055.256.227.867.284 1.972.182 3.814-1.112 4.76-2.873-1.259-.695-2.465-1.486-3.856-1.481z" />
    </svg>
  );
}

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