UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as r, jsx as o } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconCaretUp12.es.js"; import a from "./IconCaretUp16.es.js"; import c from "./IconCaretUp20.es.js"; import l from "./IconCaretUp24.es.js"; import d from "./IconCaretUp32.es.js"; const m = (e) => { const t = e.size || i.Size16; return /* @__PURE__ */ r("span", { children: [ t === i.Size12 && !e.filled && /* @__PURE__ */ o(f, { ...e }), t === i.Size16 && !e.filled && /* @__PURE__ */ o(a, { ...e }), t === i.Size20 && !e.filled && /* @__PURE__ */ o(c, { ...e }), t === i.Size24 && !e.filled && /* @__PURE__ */ o(l, { ...e }), t === i.Size32 && !e.filled && /* @__PURE__ */ o(d, { ...e }) ] }); }; m.displayName = "FondueIconCaretUp"; const h = n(m); export { h as default }; //# sourceMappingURL=IconCaretUp.es.js.map