UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as l, jsx as n } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as o } from "../IconSize.es.js"; import A from "./IconArrowAlignUp12.es.js"; import f from "./IconArrowAlignUp16.es.js"; import t from "./IconArrowAlignUp20.es.js"; import c from "./IconArrowAlignUp24.es.js"; import d from "./IconArrowAlignUp32.es.js"; const e = (i) => { const r = i.size || o.Size16; return /* @__PURE__ */ l("span", { children: [ r === o.Size12 && !i.filled && /* @__PURE__ */ n(A, { ...i }), r === o.Size16 && !i.filled && /* @__PURE__ */ n(f, { ...i }), r === o.Size20 && !i.filled && /* @__PURE__ */ n(t, { ...i }), r === o.Size24 && !i.filled && /* @__PURE__ */ n(c, { ...i }), r === o.Size32 && !i.filled && /* @__PURE__ */ n(d, { ...i }) ] }); }; e.displayName = "FondueIconArrowAlignUp"; const x = m(e); export { x as default }; //# sourceMappingURL=IconArrowAlignUp.es.js.map