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

function TagArea(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.586 2l3.737 3.737.707-.707L6 1H1a1 1 0 00-1 1v5l5.999 5.999.475-.939L1 6.586V2h4.586z" />
      <path d="M5 5a1 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-1z" />
      <path d="M12 12a1 1 0 110 2 1 1 0 010-2zM13 10V8.8c0-.417-.426-.8-1-.8s-1 .383-1 .8V10h-1V8.8c0-.994.895-1.8 2-1.8s2 .806 2 1.8V10h-1zm0 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" />
    </svg>
  );
}

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