UNPKG

@frontify/fondue

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