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