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