@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 941 B
JavaScript
import { jsxs as m, jsx as l } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as i } from "../IconSize.es.js";
import S from "./IconLayersSingle12.es.js";
import f from "./IconLayersSingle16.es.js";
import t from "./IconLayersSingle20.es.js";
import a from "./IconLayersSingle24.es.js";
import c from "./IconLayersSingle32.es.js";
const o = (e) => {
const n = e.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
n === i.Size12 && !e.filled && /* @__PURE__ */ l(S, { ...e }),
n === i.Size16 && !e.filled && /* @__PURE__ */ l(f, { ...e }),
n === i.Size20 && !e.filled && /* @__PURE__ */ l(t, { ...e }),
n === i.Size24 && !e.filled && /* @__PURE__ */ l(a, { ...e }),
n === i.Size32 && !e.filled && /* @__PURE__ */ l(c, { ...e })
] });
};
o.displayName = "FondueIconLayersSingle";
const x = r(o);
export {
x as default
};
//# sourceMappingURL=IconLayersSingle.es.js.map