UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 997 B
import { jsxs as m, jsx as c } from "react/jsx-runtime"; import { memo as d } from "react"; import { IconSize as i } from "../IconSize.es.js"; import n from "./IconMediaObjectTextRight12.es.js"; import f from "./IconMediaObjectTextRight16.es.js"; import a from "./IconMediaObjectTextRight20.es.js"; import l from "./IconMediaObjectTextRight24.es.js"; import x from "./IconMediaObjectTextRight32.es.js"; const o = (e) => { const t = e.size || i.Size16; return /* @__PURE__ */ m("span", { children: [ t === i.Size12 && !e.filled && /* @__PURE__ */ c(n, { ...e }), t === i.Size16 && !e.filled && /* @__PURE__ */ c(f, { ...e }), t === i.Size20 && !e.filled && /* @__PURE__ */ c(a, { ...e }), t === i.Size24 && !e.filled && /* @__PURE__ */ c(l, { ...e }), t === i.Size32 && !e.filled && /* @__PURE__ */ c(x, { ...e }) ] }); }; o.displayName = "FondueIconMediaObjectTextRight"; const O = d(o); export { O as default }; //# sourceMappingURL=IconMediaObjectTextRight.es.js.map