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

function Map(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="M9.143 0c.304 0 .571.268.571.571v26.286a.565.565 0 01-.304.5L.839 31.928a.5.5 0 01-.268.071.587.587 0 01-.571-.571V5.142c0-.214.125-.411.304-.5L8.875.071A.5.5 0 019.143 0zm22.286 0c.304 0 .571.268.571.571v26.286a.565.565 0 01-.304.5l-8.571 4.571a.5.5 0 01-.268.071.587.587 0 01-.571-.571V5.142c0-.214.125-.411.304-.5L31.161.071A.5.5 0 0131.429 0zm-20 0c.089 0 .179.018.25.054l9.143 4.571a.597.597 0 01.321.518v26.286a.587.587 0 01-.571.571.566.566 0 01-.25-.054l-9.143-4.571a.597.597 0 01-.321-.518V.571c0-.304.268-.571.571-.571z" />
    </svg>
  );
}

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