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

function MapPin(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="M9.143 19.429c.786 0 1.554-.089 2.286-.268v11.696c0 .625-.518 1.143-1.143 1.143H8a1.151 1.151 0 01-1.143-1.143V19.161c.732.179 1.5.268 2.286.268zM9.143 0c5.054 0 9.143 4.089 9.143 9.143s-4.089 9.143-9.143 9.143S0 14.197 0 9.143 4.089 0 9.143 0zm0 4c.321 0 .571-.25.571-.571s-.25-.571-.571-.571a6.295 6.295 0 00-6.286 6.286c0 .321.25.571.571.571s.571-.25.571-.571a5.145 5.145 0 015.143-5.143z" />
    </svg>
  );
}

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