UNPKG

@frontify/fondue

Version:
35 lines (34 loc) 1.51 kB
import { jsxs as m, jsx as r } from "react/jsx-runtime"; import { memo as o } from "react"; import { IconSize as e } from "../IconSize.es.js"; import f from "./IconGridRegular12Filled.es.js"; import n from "./IconGridRegular12.es.js"; import t from "./IconGridRegular16Filled.es.js"; import a from "./IconGridRegular16.es.js"; import c from "./IconGridRegular20Filled.es.js"; import u from "./IconGridRegular20.es.js"; import z from "./IconGridRegular24Filled.es.js"; import I from "./IconGridRegular24.es.js"; import g from "./IconGridRegular32Filled.es.js"; import G from "./IconGridRegular32.es.js"; const d = (i) => { const l = i.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ l === e.Size12 && i.filled && /* @__PURE__ */ r(f, { ...i }), l === e.Size12 && !i.filled && /* @__PURE__ */ r(n, { ...i }), l === e.Size16 && i.filled && /* @__PURE__ */ r(t, { ...i }), l === e.Size16 && !i.filled && /* @__PURE__ */ r(a, { ...i }), l === e.Size20 && i.filled && /* @__PURE__ */ r(c, { ...i }), l === e.Size20 && !i.filled && /* @__PURE__ */ r(u, { ...i }), l === e.Size24 && i.filled && /* @__PURE__ */ r(z, { ...i }), l === e.Size24 && !i.filled && /* @__PURE__ */ r(I, { ...i }), l === e.Size32 && i.filled && /* @__PURE__ */ r(g, { ...i }), l === e.Size32 && !i.filled && /* @__PURE__ */ r(G, { ...i }) ] }); }; d.displayName = "FondueIconGridRegular"; const w = o(d); export { w as default }; //# sourceMappingURL=IconGridRegular.es.js.map