// 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 viewBox="0 0 14 14" width="1em" height="1em" fill="currentColor" ref={svgRef} {...props}>
      <path d="M0 4.3c0-.9.4-1.4 1.2-1.4 1.2 0 1.8 2.3 2.9 2.3h5.8c1.1 0 1.8-2.3 2.9-2.3.8 0 1.1.5 1.2 1.4v5.6c0 .6-.5 1.2-1.2 1.2H1.2c-.7 0-1.2-.5-1.2-1.2V4.3z" />
    </svg>
  );
}

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