UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 983 B
import { jsxs as m, jsx as o } from "react/jsx-runtime"; import { memo as r } from "react"; import { IconSize as e } from "../IconSize.es.js"; import y from "./IconTypographyMultiple12.es.js"; import n from "./IconTypographyMultiple16.es.js"; import p from "./IconTypographyMultiple20.es.js"; import f from "./IconTypographyMultiple24.es.js"; import a from "./IconTypographyMultiple32.es.js"; const t = (i) => { const l = i.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ l === e.Size12 && !i.filled && /* @__PURE__ */ o(y, { ...i }), l === e.Size16 && !i.filled && /* @__PURE__ */ o(n, { ...i }), l === e.Size20 && !i.filled && /* @__PURE__ */ o(p, { ...i }), l === e.Size24 && !i.filled && /* @__PURE__ */ o(f, { ...i }), l === e.Size32 && !i.filled && /* @__PURE__ */ o(a, { ...i }) ] }); }; t.displayName = "FondueIconTypographyMultiple"; const T = r(t); export { T as default }; //# sourceMappingURL=IconTypographyMultiple.es.js.map