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