@quantaroute/checkout 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17871,8 +17871,9 @@ const MapPinSelector = ({
17871
17871
  strokeLinecap: "round",
17872
17872
  strokeLinejoin: "round",
17873
17873
  children: [
17874
- /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3" }),
17875
- /* @__PURE__ */ jsx("path", { d: "M12 1v4M12 19v4M1 12h4M19 12h4" })
17874
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "3", fill: "currentColor", stroke: "none" }),
17875
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "7" }),
17876
+ /* @__PURE__ */ jsx("path", { d: "M12 2v3M12 19v3M2 12h3M19 12h3" })
17876
17877
  ]
17877
17878
  }
17878
17879
  )