UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 962 B
import { jsxs as t, jsx as o } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as i } from "../IconSize.es.js"; import d from "./IconMediaObjectIcon12.es.js"; import I from "./IconMediaObjectIcon16.es.js"; import f from "./IconMediaObjectIcon20.es.js"; import a from "./IconMediaObjectIcon24.es.js"; import l from "./IconMediaObjectIcon32.es.js"; const n = (e) => { const c = e.size || i.Size16; return /* @__PURE__ */ t("span", { children: [ c === i.Size12 && !e.filled && /* @__PURE__ */ o(d, { ...e }), c === i.Size16 && !e.filled && /* @__PURE__ */ o(I, { ...e }), c === i.Size20 && !e.filled && /* @__PURE__ */ o(f, { ...e }), c === i.Size24 && !e.filled && /* @__PURE__ */ o(a, { ...e }), c === i.Size32 && !e.filled && /* @__PURE__ */ o(l, { ...e }) ] }); }; n.displayName = "FondueIconMediaObjectIcon"; const x = m(n); export { x as default }; //# sourceMappingURL=IconMediaObjectIcon.es.js.map