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