UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 934 B
import { jsxs as m, jsx as l } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as e } from "../IconSize.es.js"; import h from "./IconHighlighter12.es.js"; import g from "./IconHighlighter16.es.js"; import n from "./IconHighlighter20.es.js"; import f from "./IconHighlighter24.es.js"; import c from "./IconHighlighter32.es.js"; const o = (i) => { const t = i.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ t === e.Size12 && !i.filled && /* @__PURE__ */ l(h, { ...i }), t === e.Size16 && !i.filled && /* @__PURE__ */ l(g, { ...i }), t === e.Size20 && !i.filled && /* @__PURE__ */ l(n, { ...i }), t === e.Size24 && !i.filled && /* @__PURE__ */ l(f, { ...i }), t === e.Size32 && !i.filled && /* @__PURE__ */ l(c, { ...i }) ] }); }; o.displayName = "FondueIconHighlighter"; const j = r(o); export { j as default }; //# sourceMappingURL=IconHighlighter.es.js.map