@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as m, jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as e } from "../IconSize.es.js";
import f from "./IconFixedWidth12.es.js";
import c from "./IconFixedWidth16.es.js";
import l from "./IconFixedWidth20.es.js";
import x from "./IconFixedWidth24.es.js";
import r from "./IconFixedWidth32.es.js";
const o = (i) => {
const d = i.size || e.Size16;
return /* @__PURE__ */ m("span", { children: [
d === e.Size12 && !i.filled && /* @__PURE__ */ t(f, { ...i }),
d === e.Size16 && !i.filled && /* @__PURE__ */ t(c, { ...i }),
d === e.Size20 && !i.filled && /* @__PURE__ */ t(l, { ...i }),
d === e.Size24 && !i.filled && /* @__PURE__ */ t(x, { ...i }),
d === e.Size32 && !i.filled && /* @__PURE__ */ t(r, { ...i })
] });
};
o.displayName = "FondueIconFixedWidth";
const j = n(o);
export {
j as default
};
//# sourceMappingURL=IconFixedWidth.es.js.map