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

function TreeClose(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26 14.366h-8.366V6h-3.269v8.366H5.999v3.269h8.366v8.366h3.269v-8.366H26z" />
      <path d="M0 0v32h32V0H0zm28 4v24H4V4h24z" />
    </svg>
  );
}

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