@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as o, jsx as c } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as i } from "../IconSize.es.js";
import r from "./IconScaleLarge12.es.js";
import n from "./IconScaleLarge16.es.js";
import S from "./IconScaleLarge20.es.js";
import f from "./IconScaleLarge24.es.js";
import t from "./IconScaleLarge32.es.js";
const l = (e) => {
const a = e.size || i.Size16;
return /* @__PURE__ */ o("span", { children: [
a === i.Size12 && !e.filled && /* @__PURE__ */ c(r, { ...e }),
a === i.Size16 && !e.filled && /* @__PURE__ */ c(n, { ...e }),
a === i.Size20 && !e.filled && /* @__PURE__ */ c(S, { ...e }),
a === i.Size24 && !e.filled && /* @__PURE__ */ c(f, { ...e }),
a === i.Size32 && !e.filled && /* @__PURE__ */ c(t, { ...e })
] });
};
l.displayName = "FondueIconScaleLarge";
const h = m(l);
export {
h as default
};
//# sourceMappingURL=IconScaleLarge.es.js.map