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

function Tree(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.857 26.286c0 .625-.518 1.143-1.143 1.143h-8.25c.054 1.143.196 2.339.196 3.5 0 .589-.482 1.071-1.089 1.071h-5.714a1.078 1.078 0 01-1.089-1.071c0-1.161.143-2.357.196-3.5h-8.25a1.151 1.151 0 01-1.143-1.143c0-.304.125-.589.339-.804l7.179-7.196H4a1.151 1.151 0 01-1.143-1.143c0-.304.125-.589.339-.804l7.179-7.196H6.857A1.151 1.151 0 015.714 8c0-.304.125-.589.339-.804L12.91.339c.214-.214.5-.339.804-.339s.589.125.804.339l6.857 6.857c.214.214.339.5.339.804 0 .625-.518 1.143-1.143 1.143h-3.518l7.179 7.196c.214.214.339.5.339.804 0 .625-.518 1.143-1.143 1.143h-4.089l7.179 7.196c.214.214.339.5.339.804z" />
    </svg>
  );
}

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