UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 955 B
import { jsxs as l, jsx as m } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as t } from "../IconSize.es.js"; import d from "./IconTextFormatBold12.es.js"; import n from "./IconTextFormatBold16.es.js"; import f from "./IconTextFormatBold20.es.js"; import a from "./IconTextFormatBold24.es.js"; import c from "./IconTextFormatBold32.es.js"; const i = (o) => { const e = o.size || t.Size16; return /* @__PURE__ */ l("span", { children: [ e === t.Size12 && !o.filled && /* @__PURE__ */ m(d, { ...o }), e === t.Size16 && !o.filled && /* @__PURE__ */ m(n, { ...o }), e === t.Size20 && !o.filled && /* @__PURE__ */ m(f, { ...o }), e === t.Size24 && !o.filled && /* @__PURE__ */ m(a, { ...o }), e === t.Size32 && !o.filled && /* @__PURE__ */ m(c, { ...o }) ] }); }; i.displayName = "FondueIconTextFormatBold"; const j = r(i); export { j as default }; //# sourceMappingURL=IconTextFormatBold.es.js.map