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

function Tmall(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="M0 4.459C.007 3.486.617 3 1.5 3 2.833 3 3.667 6 5 6h6c1.333 0 2.167-3 3.5-3 .86 0 1.471.486 1.5 1.459v7.291c0 .69-.597 1.25-1.333 1.25H1.334c-.736 0-1.333-.56-1.333-1.25V4.459z" />
    </svg>
  );
}

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