UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as f, jsx as e } from "react/jsx-runtime"; import { memo as t } from "react"; import { IconSize as o } from "../IconSize.es.js"; import c from "./IconLinkBox12.es.js"; import l from "./IconLinkBox16.es.js"; import x from "./IconLinkBox20.es.js"; import r from "./IconLinkBox24.es.js"; import d from "./IconLinkBox32.es.js"; const m = (i) => { const n = i.size || o.Size16; return /* @__PURE__ */ f("span", { children: [ n === o.Size12 && !i.filled && /* @__PURE__ */ e(c, { ...i }), n === o.Size16 && !i.filled && /* @__PURE__ */ e(l, { ...i }), n === o.Size20 && !i.filled && /* @__PURE__ */ e(x, { ...i }), n === o.Size24 && !i.filled && /* @__PURE__ */ e(r, { ...i }), n === o.Size32 && !i.filled && /* @__PURE__ */ e(d, { ...i }) ] }); }; m.displayName = "FondueIconLinkBox"; const j = t(m); export { j as default }; //# sourceMappingURL=IconLinkBox.es.js.map