UNPKG

@frontify/fondue

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