UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as m, jsx as c } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as t } from "../IconSize.es.js"; import n from "./IconTextBrackets12.es.js"; import f from "./IconTextBrackets16.es.js"; import a from "./IconTextBrackets20.es.js"; import l from "./IconTextBrackets24.es.js"; import x from "./IconTextBrackets32.es.js"; const o = (e) => { const i = e.size || t.Size16; return /* @__PURE__ */ m("span", { children: [ i === t.Size12 && !e.filled && /* @__PURE__ */ c(n, { ...e }), i === t.Size16 && !e.filled && /* @__PURE__ */ c(f, { ...e }), i === t.Size20 && !e.filled && /* @__PURE__ */ c(a, { ...e }), i === t.Size24 && !e.filled && /* @__PURE__ */ c(l, { ...e }), i === t.Size32 && !e.filled && /* @__PURE__ */ c(x, { ...e }) ] }); }; o.displayName = "FondueIconTextBrackets"; const u = r(o); export { u as default }; //# sourceMappingURL=IconTextBrackets.es.js.map