@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
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 "./IconCaretDown12.es.js";
import a from "./IconCaretDown16.es.js";
import c from "./IconCaretDown20.es.js";
import l from "./IconCaretDown24.es.js";
import d from "./IconCaretDown32.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 = "FondueIconCaretDown";
const j = r(t);
export {
j as default
};
//# sourceMappingURL=IconCaretDown.es.js.map