UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 899 B
import { jsxs as n, jsx as m } from "react/jsx-runtime"; import { memo as S } from "react"; import { IconSize as i } from "../IconSize.es.js"; import f from "./IconSquare12.es.js"; import t from "./IconSquare16.es.js"; import a from "./IconSquare20.es.js"; import c from "./IconSquare24.es.js"; import l from "./IconSquare32.es.js"; const r = (e) => { const o = e.size || i.Size16; return /* @__PURE__ */ n("span", { children: [ o === i.Size12 && !e.filled && /* @__PURE__ */ m(f, { ...e }), o === i.Size16 && !e.filled && /* @__PURE__ */ m(t, { ...e }), o === i.Size20 && !e.filled && /* @__PURE__ */ m(a, { ...e }), o === i.Size24 && !e.filled && /* @__PURE__ */ m(c, { ...e }), o === i.Size32 && !e.filled && /* @__PURE__ */ m(l, { ...e }) ] }); }; r.displayName = "FondueIconSquare"; const s = S(r); export { s as default }; //# sourceMappingURL=IconSquare.es.js.map