@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 913 B
JavaScript
import { jsxs as m, jsx as n } from "react/jsx-runtime";
import { memo as f } from "react";
import { IconSize as i } from "../IconSize.es.js";
import c from "./IconPointout12.es.js";
import l from "./IconPointout16.es.js";
import u from "./IconPointout20.es.js";
import r from "./IconPointout24.es.js";
import d from "./IconPointout32.es.js";
const e = (o) => {
const t = o.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
t === i.Size12 && !o.filled && /* @__PURE__ */ n(c, { ...o }),
t === i.Size16 && !o.filled && /* @__PURE__ */ n(l, { ...o }),
t === i.Size20 && !o.filled && /* @__PURE__ */ n(u, { ...o }),
t === i.Size24 && !o.filled && /* @__PURE__ */ n(r, { ...o }),
t === i.Size32 && !o.filled && /* @__PURE__ */ n(d, { ...o })
] });
};
e.displayName = "FondueIconPointout";
const s = f(e);
export {
s as default
};
//# sourceMappingURL=IconPointout.es.js.map