@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 934 B
JavaScript
import { jsxs as o, jsx as t } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as e } from "../IconSize.es.js";
import n from "./IconSuperscript12.es.js";
import S from "./IconSuperscript16.es.js";
import f from "./IconSuperscript20.es.js";
import l from "./IconSuperscript24.es.js";
import u from "./IconSuperscript32.es.js";
const c = (i) => {
const r = i.size || e.Size16;
return /* @__PURE__ */ o("span", { children: [
r === e.Size12 && !i.filled && /* @__PURE__ */ t(n, { ...i }),
r === e.Size16 && !i.filled && /* @__PURE__ */ t(S, { ...i }),
r === e.Size20 && !i.filled && /* @__PURE__ */ t(f, { ...i }),
r === e.Size24 && !i.filled && /* @__PURE__ */ t(l, { ...i }),
r === e.Size32 && !i.filled && /* @__PURE__ */ t(u, { ...i })
] });
};
c.displayName = "FondueIconSuperscript";
const h = m(c);
export {
h as default
};
//# sourceMappingURL=IconSuperscript.es.js.map