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

function Sitemap(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="M32 22.286V28c0 .946-.768 1.714-1.714 1.714h-5.714A1.715 1.715 0 0122.858 28v-5.714c0-.946.768-1.714 1.714-1.714h1.714v-3.429h-9.143v3.429h1.714c.946 0 1.714.768 1.714 1.714V28c0 .946-.768 1.714-1.714 1.714h-5.714A1.715 1.715 0 0111.429 28v-5.714c0-.946.768-1.714 1.714-1.714h1.714v-3.429H5.714v3.429h1.714c.946 0 1.714.768 1.714 1.714V28c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 28v-5.714c0-.946.768-1.714 1.714-1.714h1.714v-3.429a2.302 2.302 0 012.286-2.286h9.143v-3.429h-1.714a1.715 1.715 0 01-1.714-1.714V4c0-.946.768-1.714 1.714-1.714h5.714c.946 0 1.714.768 1.714 1.714v5.714c0 .946-.768 1.714-1.714 1.714h-1.714v3.429h9.143a2.302 2.302 0 012.286 2.286v3.429h1.714c.946 0 1.714.768 1.714 1.714z" />
    </svg>
  );
}

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