@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 969 B
JavaScript
import { jsxs as n, jsx as e } from "react/jsx-runtime";
import { memo as l } from "react";
import { IconSize as o } from "../IconSize.es.js";
import m from "./IconGutterHorizontal12.es.js";
import z from "./IconGutterHorizontal16.es.js";
import f from "./IconGutterHorizontal20.es.js";
import a from "./IconGutterHorizontal24.es.js";
import c from "./IconGutterHorizontal32.es.js";
const r = (t) => {
const i = t.size || o.Size16;
return /* @__PURE__ */ n("span", { children: [
i === o.Size12 && !t.filled && /* @__PURE__ */ e(m, { ...t }),
i === o.Size16 && !t.filled && /* @__PURE__ */ e(z, { ...t }),
i === o.Size20 && !t.filled && /* @__PURE__ */ e(f, { ...t }),
i === o.Size24 && !t.filled && /* @__PURE__ */ e(a, { ...t }),
i === o.Size32 && !t.filled && /* @__PURE__ */ e(c, { ...t })
] });
};
r.displayName = "FondueIconGutterHorizontal";
const h = l(r);
export {
h as default
};
//# sourceMappingURL=IconGutterHorizontal.es.js.map