UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 913 B
import { jsxs as r, jsx as l } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as o } from "../IconSize.es.js"; import f from "./IconCarousel12.es.js"; import t from "./IconCarousel16.es.js"; import a from "./IconCarousel20.es.js"; import c from "./IconCarousel24.es.js"; import u from "./IconCarousel32.es.js"; const m = (e) => { const i = e.size || o.Size16; return /* @__PURE__ */ r("span", { children: [ i === o.Size12 && !e.filled && /* @__PURE__ */ l(f, { ...e }), i === o.Size16 && !e.filled && /* @__PURE__ */ l(t, { ...e }), i === o.Size20 && !e.filled && /* @__PURE__ */ l(a, { ...e }), i === o.Size24 && !e.filled && /* @__PURE__ */ l(c, { ...e }), i === o.Size32 && !e.filled && /* @__PURE__ */ l(u, { ...e }) ] }); }; m.displayName = "FondueIconCarousel"; const h = n(m); export { h as default }; //# sourceMappingURL=IconCarousel.es.js.map