UNPKG

@frontify/fondue

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