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