UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 927 B
import { jsxs as m, jsx as l } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as t } from "../IconSize.es.js"; import f from "./IconListBullet12.es.js"; import c from "./IconListBullet16.es.js"; import u from "./IconListBullet20.es.js"; import r from "./IconListBullet24.es.js"; import d from "./IconListBullet32.es.js"; const o = (i) => { const e = i.size || t.Size16; return /* @__PURE__ */ m("span", { children: [ e === t.Size12 && !i.filled && /* @__PURE__ */ l(f, { ...i }), e === t.Size16 && !i.filled && /* @__PURE__ */ l(c, { ...i }), e === t.Size20 && !i.filled && /* @__PURE__ */ l(u, { ...i }), e === t.Size24 && !i.filled && /* @__PURE__ */ l(r, { ...i }), e === t.Size32 && !i.filled && /* @__PURE__ */ l(d, { ...i }) ] }); }; o.displayName = "FondueIconListBullet"; const j = n(o); export { j as default }; //# sourceMappingURL=IconListBullet.es.js.map