UNPKG

@anoki/fse-ui

Version:

FSE UI components library

51 lines (50 loc) 1.49 kB
import { j as r } from "./index.es278.js"; import { clsx as n } from "./index.es280.js"; import { createColorClasses as p } from "./index.es352.js"; const d = ({ width: s = 17, height: t = 18, className: a, color: e, decorative: o = !1, ariaLabel: l = "Map pin" }) => { const i = p({ color: e }); return /* @__PURE__ */ r.jsxs( "svg", { xmlns: "http://www.w3.org/2000/svg", width: s, height: t, fill: "none", viewBox: "0 0 17 18", className: n(a, i), "aria-hidden": o, "aria-label": o ? void 0 : l, children: [ /* @__PURE__ */ r.jsx( "path", { fill: "currentColor", stroke: "currentColor", strokeWidth: "0.3", d: "M12.894 4.472A4.327 4.327 0 0 0 8.572.15 4.327 4.327 0 0 0 4.25 4.472 4.324 4.324 0 0 0 8.284 8.78v8.083a.288.288 0 1 0 .576 0V8.779a4.324 4.324 0 0 0 4.034-4.307ZM8.572 8.218a3.75 3.75 0 0 1-3.746-3.746A3.75 3.75 0 0 1 8.572.726a3.75 3.75 0 0 1 3.746 3.746 3.75 3.75 0 0 1-3.746 3.746Z" } ), /* @__PURE__ */ r.jsx( "path", { fill: "currentColor", stroke: "currentColor", strokeWidth: "0.3", d: "M7.131 2.167a1.154 1.154 0 0 0 0 2.305 1.154 1.154 0 0 0 0-2.305Zm0 1.729a.577.577 0 1 1 .001-1.154.577.577 0 0 1 0 1.154Z" } ) ] } ); }; export { d as MapPin }; //# sourceMappingURL=index.es187.js.map