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

function MapMarker(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M13.714 11.429c0-2.518-2.054-4.571-4.571-4.571s-4.571 2.054-4.571 4.571S6.626 16 9.143 16s4.571-2.054 4.571-4.571zm4.572 0c0 1.089-.125 2.214-.589 3.196l-6.5 13.821c-.375.786-1.196 1.268-2.054 1.268s-1.679-.482-2.036-1.268L.589 14.625C.125 13.643 0 12.518 0 11.429c0-5.054 4.089-9.143 9.143-9.143s9.143 4.089 9.143 9.143z" />
    </svg>
  );
}

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