@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 906 B
JavaScript
import { jsxs as r, jsx as l } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as o } from "../IconSize.es.js";
import n from "./IconFolders12.es.js";
import f from "./IconFolders16.es.js";
import t from "./IconFolders20.es.js";
import c from "./IconFolders24.es.js";
import s from "./IconFolders32.es.js";
const m = (e) => {
const i = e.size || o.Size16;
return /* @__PURE__ */ r("span", { children: [
i === o.Size12 && !e.filled && /* @__PURE__ */ l(n, { ...e }),
i === o.Size16 && !e.filled && /* @__PURE__ */ l(f, { ...e }),
i === o.Size20 && !e.filled && /* @__PURE__ */ l(t, { ...e }),
i === o.Size24 && !e.filled && /* @__PURE__ */ l(c, { ...e }),
i === o.Size32 && !e.filled && /* @__PURE__ */ l(s, { ...e })
] });
};
m.displayName = "FondueIconFolders";
const h = d(m);
export {
h as default
};
//# sourceMappingURL=IconFolders.es.js.map