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