@frontify/fondue
Version:
Design system of Frontify
35 lines (34 loc) • 1.46 kB
JavaScript
import { jsxs as c, jsx as d } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as i } from "../IconSize.es.js";
import o from "./IconFaceSad12Filled.es.js";
import S from "./IconFaceSad12.es.js";
import f from "./IconFaceSad16Filled.es.js";
import n from "./IconFaceSad16.es.js";
import t from "./IconFaceSad20Filled.es.js";
import F from "./IconFaceSad20.es.js";
import z from "./IconFaceSad24Filled.es.js";
import I from "./IconFaceSad24.es.js";
import r from "./IconFaceSad32Filled.es.js";
import u from "./IconFaceSad32.es.js";
const a = (e) => {
const l = e.size || i.Size16;
return /* @__PURE__ */ c("span", { children: [
l === i.Size12 && e.filled && /* @__PURE__ */ d(o, { ...e }),
l === i.Size12 && !e.filled && /* @__PURE__ */ d(S, { ...e }),
l === i.Size16 && e.filled && /* @__PURE__ */ d(f, { ...e }),
l === i.Size16 && !e.filled && /* @__PURE__ */ d(n, { ...e }),
l === i.Size20 && e.filled && /* @__PURE__ */ d(t, { ...e }),
l === i.Size20 && !e.filled && /* @__PURE__ */ d(F, { ...e }),
l === i.Size24 && e.filled && /* @__PURE__ */ d(z, { ...e }),
l === i.Size24 && !e.filled && /* @__PURE__ */ d(I, { ...e }),
l === i.Size32 && e.filled && /* @__PURE__ */ d(r, { ...e }),
l === i.Size32 && !e.filled && /* @__PURE__ */ d(u, { ...e })
] });
};
a.displayName = "FondueIconFaceSad";
const B = m(a);
export {
B as default
};
//# sourceMappingURL=IconFaceSad.es.js.map