UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as c, jsx as e } from "react/jsx-runtime"; import { memo as l } from "react"; import { IconSize as n } from "../IconSize.es.js"; import m from "./IconContentBlock12.es.js"; import f from "./IconContentBlock16.es.js"; import r from "./IconContentBlock20.es.js"; import d from "./IconContentBlock24.es.js"; import z from "./IconContentBlock32.es.js"; const i = (o) => { const t = o.size || n.Size16; return /* @__PURE__ */ c("span", { children: [ t === n.Size12 && !o.filled && /* @__PURE__ */ e(m, { ...o }), t === n.Size16 && !o.filled && /* @__PURE__ */ e(f, { ...o }), t === n.Size20 && !o.filled && /* @__PURE__ */ e(r, { ...o }), t === n.Size24 && !o.filled && /* @__PURE__ */ e(d, { ...o }), t === n.Size32 && !o.filled && /* @__PURE__ */ e(z, { ...o }) ] }); }; i.displayName = "FondueIconContentBlock"; const j = l(i); export { j as default }; //# sourceMappingURL=IconContentBlock.es.js.map