@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as m, jsx as n } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as e } from "../IconSize.es.js";
import f from "./IconMapPointer12.es.js";
import a from "./IconMapPointer16.es.js";
import c from "./IconMapPointer20.es.js";
import l from "./IconMapPointer24.es.js";
import d from "./IconMapPointer32.es.js";
const t = (i) => {
const o = i.size || e.Size16;
return /* @__PURE__ */ m("span", { children: [
o === e.Size12 && !i.filled && /* @__PURE__ */ n(f, { ...i }),
o === e.Size16 && !i.filled && /* @__PURE__ */ n(a, { ...i }),
o === e.Size20 && !i.filled && /* @__PURE__ */ n(c, { ...i }),
o === e.Size24 && !i.filled && /* @__PURE__ */ n(l, { ...i }),
o === e.Size32 && !i.filled && /* @__PURE__ */ n(d, { ...i })
] });
};
t.displayName = "FondueIconMapPointer";
const h = r(t);
export {
h as default
};
//# sourceMappingURL=IconMapPointer.es.js.map