UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 934 B
import { jsxs as m, jsx as n } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as o } from "../IconSize.es.js"; import f from "./IconCaretUpDown12.es.js"; import a from "./IconCaretUpDown16.es.js"; import c from "./IconCaretUpDown20.es.js"; import l from "./IconCaretUpDown24.es.js"; import d from "./IconCaretUpDown32.es.js"; const t = (e) => { const i = e.size || o.Size16; return /* @__PURE__ */ m("span", { children: [ i === o.Size12 && !e.filled && /* @__PURE__ */ n(f, { ...e }), i === o.Size16 && !e.filled && /* @__PURE__ */ n(a, { ...e }), i === o.Size20 && !e.filled && /* @__PURE__ */ n(c, { ...e }), i === o.Size24 && !e.filled && /* @__PURE__ */ n(l, { ...e }), i === o.Size32 && !e.filled && /* @__PURE__ */ n(d, { ...e }) ] }); }; t.displayName = "FondueIconCaretUpDown"; const x = r(t); export { x as default }; //# sourceMappingURL=IconCaretUpDown.es.js.map