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