@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
import { jsxs as t, jsx as i } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as o } from "../IconSize.es.js";
import n from "./IconArrowLeft12.es.js";
import c from "./IconArrowLeft16.es.js";
import l from "./IconArrowLeft20.es.js";
import d from "./IconArrowLeft24.es.js";
import z from "./IconArrowLeft32.es.js";
const f = (e) => {
const r = e.size || o.Size16;
return /* @__PURE__ */ t("span", { children: [
r === o.Size12 && !e.filled && /* @__PURE__ */ i(n, { ...e }),
r === o.Size16 && !e.filled && /* @__PURE__ */ i(c, { ...e }),
r === o.Size20 && !e.filled && /* @__PURE__ */ i(l, { ...e }),
r === o.Size24 && !e.filled && /* @__PURE__ */ i(d, { ...e }),
r === o.Size32 && !e.filled && /* @__PURE__ */ i(z, { ...e })
] });
};
f.displayName = "FondueIconArrowLeft";
const j = m(f);
export {
j as default
};
//# sourceMappingURL=IconArrowLeft.es.js.map