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