@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 948 B
JavaScript
import { jsxs as m, jsx as i } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as r } from "../IconSize.es.js";
import n from "./IconFolderArrowUp12.es.js";
import f from "./IconFolderArrowUp16.es.js";
import t from "./IconFolderArrowUp20.es.js";
import c from "./IconFolderArrowUp24.es.js";
import z from "./IconFolderArrowUp32.es.js";
const l = (o) => {
const e = o.size || r.Size16;
return /* @__PURE__ */ m("span", { children: [
e === r.Size12 && !o.filled && /* @__PURE__ */ i(n, { ...o }),
e === r.Size16 && !o.filled && /* @__PURE__ */ i(f, { ...o }),
e === r.Size20 && !o.filled && /* @__PURE__ */ i(t, { ...o }),
e === r.Size24 && !o.filled && /* @__PURE__ */ i(c, { ...o }),
e === r.Size32 && !o.filled && /* @__PURE__ */ i(z, { ...o })
] });
};
l.displayName = "FondueIconFolderArrowUp";
const x = d(l);
export {
x as default
};
//# sourceMappingURL=IconFolderArrowUp.es.js.map