UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as n, jsx as m } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as e } from "../IconSize.es.js"; import t from "./IconCodeBox12.es.js"; import c from "./IconCodeBox16.es.js"; import l from "./IconCodeBox20.es.js"; import x from "./IconCodeBox24.es.js"; import r from "./IconCodeBox32.es.js"; const d = (o) => { const i = o.size || e.Size16; return /* @__PURE__ */ n("span", { children: [ i === e.Size12 && !o.filled && /* @__PURE__ */ m(t, { ...o }), i === e.Size16 && !o.filled && /* @__PURE__ */ m(c, { ...o }), i === e.Size20 && !o.filled && /* @__PURE__ */ m(l, { ...o }), i === e.Size24 && !o.filled && /* @__PURE__ */ m(x, { ...o }), i === e.Size32 && !o.filled && /* @__PURE__ */ m(r, { ...o }) ] }); }; d.displayName = "FondueIconCodeBox"; const h = f(d); export { h as default }; //# sourceMappingURL=IconCodeBox.es.js.map