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