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