// 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="M5 4a1 1 0 11-2 0 1 1 0 012 0z" />
      <path d="M6.5 0a.5.5 0 01.293.095l.06.051 4 4a.5.5 0 01-.638.765l-.069-.058L6.293.999H1.5a.5.5 0 00-.492.41L1 1.499v4.793l3.854 3.853a.5.5 0 01.058.638l-.058.069a.5.5 0 01-.638.058l-.069-.058-4-4a.495.495 0 01-.14-.275l-.006-.079v-5A1.5 1.5 0 011.357.005l.144-.007h5zm5 7a4.5 4.5 0 110 9 4.5 4.5 0 010-9zm2.803 2.404l-4.899 4.899a3.5 3.5 0 004.899-4.899zM11.5 8a3.5 3.5 0 00-2.803 5.596l4.899-4.899A3.488 3.488 0 0011.5 8z" />
    </svg>
  );
}

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