UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as n, jsx as e } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as r } from "../IconSize.es.js"; import t from "./IconArrowUp12.es.js"; import c from "./IconArrowUp16.es.js"; import l from "./IconArrowUp20.es.js"; import d from "./IconArrowUp24.es.js"; import z from "./IconArrowUp32.es.js"; const m = (o) => { const i = o.size || r.Size16; return /* @__PURE__ */ n("span", { children: [ i === r.Size12 && !o.filled && /* @__PURE__ */ e(t, { ...o }), i === r.Size16 && !o.filled && /* @__PURE__ */ e(c, { ...o }), i === r.Size20 && !o.filled && /* @__PURE__ */ e(l, { ...o }), i === r.Size24 && !o.filled && /* @__PURE__ */ e(d, { ...o }), i === r.Size32 && !o.filled && /* @__PURE__ */ e(z, { ...o }) ] }); }; m.displayName = "FondueIconArrowUp"; const j = f(m); export { j as default }; //# sourceMappingURL=IconArrowUp.es.js.map