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