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

function MapO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M36.071.196c.304.214.5.571.5.946v25.143c0 .464-.286.893-.714 1.054L24.428 31.91a1.026 1.026 0 01-.857 0l-11-4.393-11 4.393a.933.933 0 01-.429.089c-.232 0-.446-.071-.643-.196a1.174 1.174 0 01-.5-.946V5.714c0-.464.286-.893.714-1.054L12.142.089c.286-.125.571-.125.857 0l11 4.393 11-4.393c.357-.143.75-.107 1.071.107zM13.143 2.607v22.679l10.286 4.107V6.714zM2.286 6.482v22.679L12 25.286V2.607zm32 19.036V2.839l-9.714 3.875v22.679z" />
    </svg>
  );
}

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