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