@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 959 B
JavaScript
import { jsxs as c, jsx as o } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as i } from "../IconSize.es.js";
import r from "./IconMoneyCircle12Filled.es.js";
import d from "./IconMoneyCircle16Filled.es.js";
import f from "./IconMoneyCircle20Filled.es.js";
import t from "./IconMoneyCircle24Filled.es.js";
import y from "./IconMoneyCircle32Filled.es.js";
const n = (e) => {
const l = e.size || i.Size16;
return /* @__PURE__ */ c("span", { children: [
l === i.Size12 && e.filled && /* @__PURE__ */ o(r, { ...e }),
l === i.Size16 && e.filled && /* @__PURE__ */ o(d, { ...e }),
l === i.Size20 && e.filled && /* @__PURE__ */ o(f, { ...e }),
l === i.Size24 && e.filled && /* @__PURE__ */ o(t, { ...e }),
l === i.Size32 && e.filled && /* @__PURE__ */ o(y, { ...e })
] });
};
n.displayName = "FondueIconMoneyCircle";
const x = m(n);
export {
x as default
};
//# sourceMappingURL=IconMoneyCircle.es.js.map