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

function TagLock(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 0zM9 11v4h6v-4H9zm0-1h6a1 1 0 011 1v4a1 1 0 01-1 1H9a1 1 0 01-1-1v-4a1 1 0 011-1zm4 0V8.8c0-.417-.426-.8-1-.8s-1 .383-1 .8V10h-1V8.8c0-.994.895-1.8 2-1.8s2 .806 2 1.8V10h-1z" />
      <path d="M12 12a1 1 0 110 2 1 1 0 010-2zM6.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.793l4.854 4.853a.5.5 0 01.058.638l-.058.069a.5.5 0 01-.638.058l-.069-.058-5-5a.495.495 0 01-.14-.275l-.006-.079v-5A1.5 1.5 0 011.357.005l.144-.007h5z" />
    </svg>
  );
}

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