UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 920 B
import { jsxs as m, jsx as l } from "react/jsx-runtime"; import { memo as b } from "react"; import { IconSize as t } from "../IconSize.es.js"; import n from "./IconLightbulb12.es.js"; import f from "./IconLightbulb16.es.js"; import c from "./IconLightbulb20.es.js"; import u from "./IconLightbulb24.es.js"; import r from "./IconLightbulb32.es.js"; const o = (i) => { const e = i.size || t.Size16; return /* @__PURE__ */ m("span", { children: [ e === t.Size12 && !i.filled && /* @__PURE__ */ l(n, { ...i }), e === t.Size16 && !i.filled && /* @__PURE__ */ l(f, { ...i }), e === t.Size20 && !i.filled && /* @__PURE__ */ l(c, { ...i }), e === t.Size24 && !i.filled && /* @__PURE__ */ l(u, { ...i }), e === t.Size32 && !i.filled && /* @__PURE__ */ l(r, { ...i }) ] }); }; o.displayName = "FondueIconLightbulb"; const x = b(o); export { x as default }; //# sourceMappingURL=IconLightbulb.es.js.map