UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 1.02 kB
import { jsxs as m, jsx as r } from "react/jsx-runtime"; import { memo as h } from "react"; import { IconSize as e } from "../IconSize.es.js"; import n from "./IconTextFormatStrikethrough12.es.js"; import S from "./IconTextFormatStrikethrough16.es.js"; import f from "./IconTextFormatStrikethrough20.es.js"; import a from "./IconTextFormatStrikethrough24.es.js"; import c from "./IconTextFormatStrikethrough32.es.js"; const i = (t) => { const o = t.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ o === e.Size12 && !t.filled && /* @__PURE__ */ r(n, { ...t }), o === e.Size16 && !t.filled && /* @__PURE__ */ r(S, { ...t }), o === e.Size20 && !t.filled && /* @__PURE__ */ r(f, { ...t }), o === e.Size24 && !t.filled && /* @__PURE__ */ r(a, { ...t }), o === e.Size32 && !t.filled && /* @__PURE__ */ r(c, { ...t }) ] }); }; i.displayName = "FondueIconTextFormatStrikethrough"; const k = h(i); export { k as default }; //# sourceMappingURL=IconTextFormatStrikethrough.es.js.map