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

function TagUnauthorize(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="M6 5a1 1 0 11-2 0 1 1 0 012 0z" />
      <path d="M6.586 2l3.735 3.735.707-.707L7 1H2a1 1 0 00-1 1v5l4.494 4.494.652-.762L2 6.586V2h4.586zM8.697 13.596l4.899-4.899c.268.201.506.439.707.707l-4.899 4.899a3.535 3.535 0 01-.707-.707z" />
      <path d="M11.5 8a3.5 3.5 0 100 7 3.5 3.5 0 000-7zm0-1a4.5 4.5 0 110 9 4.5 4.5 0 010-9z" />
    </svg>
  );
}

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