@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 885 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 "./IconBell12.es.js";
import c from "./IconBell16.es.js";
import r from "./IconBell20.es.js";
import d from "./IconBell24.es.js";
import z from "./IconBell32.es.js";
const m = (e) => {
const i = e.size || l.Size16;
return /* @__PURE__ */ n("span", { children: [
i === l.Size12 && !e.filled && /* @__PURE__ */ o(t, { ...e }),
i === l.Size16 && !e.filled && /* @__PURE__ */ o(c, { ...e }),
i === l.Size20 && !e.filled && /* @__PURE__ */ o(r, { ...e }),
i === l.Size24 && !e.filled && /* @__PURE__ */ o(d, { ...e }),
i === l.Size32 && !e.filled && /* @__PURE__ */ o(z, { ...e })
] });
};
m.displayName = "FondueIconBell";
const s = f(m);
export {
s as default
};
//# sourceMappingURL=IconBell.es.js.map