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