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

function Tag(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 14 14" fill="currentColor" ref={svgRef} {...props}>
      <path d="M5.763 1.75H1.75v4.013l7 7 4.013-4.013-7-7zm.362-.875l7.256 7.256a.874.874 0 010 1.237l-4.013 4.013a.874.874 0 01-1.237 0L.875 6.125V1.75c0-.483.392-.875.875-.875h4.375z" />
      <path d="M5.25 4.375a.875.875 0 11-1.75 0 .875.875 0 011.75 0z" />
    </svg>
  );
}

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