UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 983 B
import { jsxs as t, jsx as c } from "react/jsx-runtime"; import { memo as l } from "react"; import { IconSize as n } from "../IconSize.es.js"; import o from "./IconRectangleLandscape12.es.js"; import m from "./IconRectangleLandscape16.es.js"; import d from "./IconRectangleLandscape20.es.js"; import f from "./IconRectangleLandscape24.es.js"; import r from "./IconRectangleLandscape32.es.js"; const i = (e) => { const a = e.size || n.Size16; return /* @__PURE__ */ t("span", { children: [ a === n.Size12 && !e.filled && /* @__PURE__ */ c(o, { ...e }), a === n.Size16 && !e.filled && /* @__PURE__ */ c(m, { ...e }), a === n.Size20 && !e.filled && /* @__PURE__ */ c(d, { ...e }), a === n.Size24 && !e.filled && /* @__PURE__ */ c(f, { ...e }), a === n.Size32 && !e.filled && /* @__PURE__ */ c(r, { ...e }) ] }); }; i.displayName = "FondueIconRectangleLandscape"; const x = l(i); export { x as default }; //# sourceMappingURL=IconRectangleLandscape.es.js.map