@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
import { jsxs as m, jsx as n } from "react/jsx-runtime";
import { memo as I } from "react";
import { IconSize as o } from "../IconSize.es.js";
import S from "./IconIconShape12.es.js";
import f from "./IconIconShape16.es.js";
import t from "./IconIconShape20.es.js";
import a from "./IconIconShape24.es.js";
import l from "./IconIconShape32.es.js";
const c = (e) => {
const i = e.size || o.Size16;
return /* @__PURE__ */ m("span", { children: [
i === o.Size12 && !e.filled && /* @__PURE__ */ n(S, { ...e }),
i === o.Size16 && !e.filled && /* @__PURE__ */ n(f, { ...e }),
i === o.Size20 && !e.filled && /* @__PURE__ */ n(t, { ...e }),
i === o.Size24 && !e.filled && /* @__PURE__ */ n(a, { ...e }),
i === o.Size32 && !e.filled && /* @__PURE__ */ n(l, { ...e })
] });
};
c.displayName = "FondueIconIconShape";
const y = I(c);
export {
y as default
};
//# sourceMappingURL=IconIconShape.es.js.map