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