UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 969 B
import { jsxs as m, jsx as e } from "react/jsx-runtime"; import { memo as h } from "react"; import { IconSize as i } from "../IconSize.es.js"; import n from "./IconStrikethroughBox12.es.js"; import S from "./IconStrikethroughBox16.es.js"; import f from "./IconStrikethroughBox20.es.js"; import c from "./IconStrikethroughBox24.es.js"; import l from "./IconStrikethroughBox32.es.js"; const r = (o) => { const t = o.size || i.Size16; return /* @__PURE__ */ m("span", { children: [ t === i.Size12 && !o.filled && /* @__PURE__ */ e(n, { ...o }), t === i.Size16 && !o.filled && /* @__PURE__ */ e(S, { ...o }), t === i.Size20 && !o.filled && /* @__PURE__ */ e(f, { ...o }), t === i.Size24 && !o.filled && /* @__PURE__ */ e(c, { ...o }), t === i.Size32 && !o.filled && /* @__PURE__ */ e(l, { ...o }) ] }); }; r.displayName = "FondueIconStrikethroughBox"; const a = h(r); export { a as default }; //# sourceMappingURL=IconStrikethroughBox.es.js.map