@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 948 B
JavaScript
import { jsxs as m, jsx as o } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as e } from "../IconSize.es.js";
import n from "./IconDividerDotted12.es.js";
import D from "./IconDividerDotted16.es.js";
import f from "./IconDividerDotted20.es.js";
import c from "./IconDividerDotted24.es.js";
import l from "./IconDividerDotted32.es.js";
const d = (i) => {
const t = i.size || e.Size16;
return /* @__PURE__ */ m("span", { children: [
t === e.Size12 && !i.filled && /* @__PURE__ */ o(n, { ...i }),
t === e.Size16 && !i.filled && /* @__PURE__ */ o(D, { ...i }),
t === e.Size20 && !i.filled && /* @__PURE__ */ o(f, { ...i }),
t === e.Size24 && !i.filled && /* @__PURE__ */ o(c, { ...i }),
t === e.Size32 && !i.filled && /* @__PURE__ */ o(l, { ...i })
] });
};
d.displayName = "FondueIconDividerDotted";
const h = r(d);
export {
h as default
};
//# sourceMappingURL=IconDividerDotted.es.js.map