@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 899 B
JavaScript
import { jsxs as n, jsx as m } from "react/jsx-runtime";
import { memo as f } from "react";
import { IconSize as i } from "../IconSize.es.js";
import t from "./IconLayers12.es.js";
import a from "./IconLayers16.es.js";
import c from "./IconLayers20.es.js";
import l from "./IconLayers24.es.js";
import d from "./IconLayers32.es.js";
const r = (e) => {
const o = e.size || i.Size16;
return /* @__PURE__ */ n("span", { children: [
o === i.Size12 && !e.filled && /* @__PURE__ */ m(t, { ...e }),
o === i.Size16 && !e.filled && /* @__PURE__ */ m(a, { ...e }),
o === i.Size20 && !e.filled && /* @__PURE__ */ m(c, { ...e }),
o === i.Size24 && !e.filled && /* @__PURE__ */ m(l, { ...e }),
o === i.Size32 && !e.filled && /* @__PURE__ */ m(d, { ...e })
] });
};
r.displayName = "FondueIconLayers";
const j = f(r);
export {
j as default
};
//# sourceMappingURL=IconLayers.es.js.map