UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 969 B
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 n from "./IconMediaObjectVideo12.es.js"; import f from "./IconMediaObjectVideo16.es.js"; import a from "./IconMediaObjectVideo20.es.js"; import l from "./IconMediaObjectVideo24.es.js"; import j from "./IconMediaObjectVideo32.es.js"; const t = (e) => { const o = e.size || i.Size16; return /* @__PURE__ */ c("span", { children: [ o === i.Size12 && !e.filled && /* @__PURE__ */ d(n, { ...e }), o === i.Size16 && !e.filled && /* @__PURE__ */ d(f, { ...e }), o === i.Size20 && !e.filled && /* @__PURE__ */ d(a, { ...e }), o === i.Size24 && !e.filled && /* @__PURE__ */ d(l, { ...e }), o === i.Size32 && !e.filled && /* @__PURE__ */ d(j, { ...e }) ] }); }; t.displayName = "FondueIconMediaObjectVideo"; const u = m(t); export { u as default }; //# sourceMappingURL=IconMediaObjectVideo.es.js.map