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