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

function MapSigns(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="M31.161 5.304a.571.571 0 010 .821l-2.518 2.518c-.321.321-.768.5-1.214.5h-24A1.151 1.151 0 012.286 8V3.429c0-.625.518-1.143 1.143-1.143h10.286V1.143c0-.625.518-1.143 1.143-1.143h2.286c.625 0 1.143.518 1.143 1.143v1.143h9.143c.446 0 .893.179 1.214.5zm-17.447 16.41h4.571v9.143c0 .625-.518 1.143-1.143 1.143h-2.286a1.151 1.151 0 01-1.143-1.143v-9.143zm14.857-8c.625 0 1.143.518 1.143 1.143v4.571c0 .625-.518 1.143-1.143 1.143h-24c-.446 0-.893-.179-1.214-.5L.839 17.553a.571.571 0 010-.821l2.518-2.518c.321-.321.768-.5 1.214-.5h9.143v-3.429h4.571v3.429h10.286z" />
    </svg>
  );
}

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