const MapPinFillIcon = () => (
  <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M25.7754 10.5625C24.4629 4.7875 19.4254 2.1875 15.0004 2.1875C15.0004 2.1875 15.0004 2.1875 14.9879 2.1875C10.5754 2.1875 5.52536 4.775 4.21286 10.55C2.75036 17 6.70036 22.4625 10.2754 25.9C11.6004 27.175 13.3004 27.8125 15.0004 27.8125C16.7004 27.8125 18.4004 27.175 19.7129 25.9C23.2879 22.4625 27.2379 17.0125 25.7754 10.5625Z"
      fill="#080210"
    />
  </svg>
);

export default MapPinFillIcon;
