UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 920 B
import { jsxs as d, jsx as i } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as o } from "../IconSize.es.js"; import f from "./IconCodeFrame12.es.js"; import t from "./IconCodeFrame16.es.js"; import a from "./IconCodeFrame20.es.js"; import c from "./IconCodeFrame24.es.js"; import l from "./IconCodeFrame32.es.js"; const r = (e) => { const m = e.size || o.Size16; return /* @__PURE__ */ d("span", { children: [ m === o.Size12 && !e.filled && /* @__PURE__ */ i(f, { ...e }), m === o.Size16 && !e.filled && /* @__PURE__ */ i(t, { ...e }), m === o.Size20 && !e.filled && /* @__PURE__ */ i(a, { ...e }), m === o.Size24 && !e.filled && /* @__PURE__ */ i(c, { ...e }), m === o.Size32 && !e.filled && /* @__PURE__ */ i(l, { ...e }) ] }); }; r.displayName = "FondueIconCodeFrame"; const h = n(r); export { h as default }; //# sourceMappingURL=IconCodeFrame.es.js.map