UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 892 B
import { jsxs as n, jsx as o } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as i } from "../IconSize.es.js"; import t from "./IconTable12.es.js"; import a from "./IconTable16.es.js"; import c from "./IconTable20.es.js"; import r from "./IconTable24.es.js"; import d from "./IconTable32.es.js"; const m = (e) => { const l = e.size || i.Size16; return /* @__PURE__ */ n("span", { children: [ l === i.Size12 && !e.filled && /* @__PURE__ */ o(t, { ...e }), l === i.Size16 && !e.filled && /* @__PURE__ */ o(a, { ...e }), l === i.Size20 && !e.filled && /* @__PURE__ */ o(c, { ...e }), l === i.Size24 && !e.filled && /* @__PURE__ */ o(r, { ...e }), l === i.Size32 && !e.filled && /* @__PURE__ */ o(d, { ...e }) ] }); }; m.displayName = "FondueIconTable"; const h = f(m); export { h as default }; //# sourceMappingURL=IconTable.es.js.map