UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 955 B
import { jsxs as r, jsx as a } from "react/jsx-runtime"; import { memo as y } from "react"; import { IconSize as o } from "../IconSize.es.js"; import n from "./IconTypographyCase12.es.js"; import f from "./IconTypographyCase16.es.js"; import t from "./IconTypographyCase20.es.js"; import c from "./IconTypographyCase24.es.js"; import l from "./IconTypographyCase32.es.js"; const m = (e) => { const i = e.size || o.Size16; return /* @__PURE__ */ r("span", { children: [ i === o.Size12 && !e.filled && /* @__PURE__ */ a(n, { ...e }), i === o.Size16 && !e.filled && /* @__PURE__ */ a(f, { ...e }), i === o.Size20 && !e.filled && /* @__PURE__ */ a(t, { ...e }), i === o.Size24 && !e.filled && /* @__PURE__ */ a(c, { ...e }), i === o.Size32 && !e.filled && /* @__PURE__ */ a(l, { ...e }) ] }); }; m.displayName = "FondueIconTypographyCase"; const p = y(m); export { p as default }; //# sourceMappingURL=IconTypographyCase.es.js.map