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