@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 983 B
JavaScript
import { jsxs as m, jsx as o } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as i } from "../IconSize.es.js";
import n from "./IconMediaObjectTextTop12.es.js";
import T from "./IconMediaObjectTextTop16.es.js";
import f from "./IconMediaObjectTextTop20.es.js";
import a from "./IconMediaObjectTextTop24.es.js";
import l from "./IconMediaObjectTextTop32.es.js";
const c = (e) => {
const t = e.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
t === i.Size12 && !e.filled && /* @__PURE__ */ o(n, { ...e }),
t === i.Size16 && !e.filled && /* @__PURE__ */ o(T, { ...e }),
t === i.Size20 && !e.filled && /* @__PURE__ */ o(f, { ...e }),
t === i.Size24 && !e.filled && /* @__PURE__ */ o(a, { ...e }),
t === i.Size32 && !e.filled && /* @__PURE__ */ o(l, { ...e })
] });
};
c.displayName = "FondueIconMediaObjectTextTop";
const S = d(c);
export {
S as default
};
//# sourceMappingURL=IconMediaObjectTextTop.es.js.map