@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 948 B
JavaScript
import { jsxs as y, jsx as m } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as i } from "../IconSize.es.js";
import f from "./IconTypographyBox12.es.js";
import t from "./IconTypographyBox16.es.js";
import a from "./IconTypographyBox20.es.js";
import c from "./IconTypographyBox24.es.js";
import l from "./IconTypographyBox32.es.js";
const r = (o) => {
const e = o.size || i.Size16;
return /* @__PURE__ */ y("span", { children: [
e === i.Size12 && !o.filled && /* @__PURE__ */ m(f, { ...o }),
e === i.Size16 && !o.filled && /* @__PURE__ */ m(t, { ...o }),
e === i.Size20 && !o.filled && /* @__PURE__ */ m(a, { ...o }),
e === i.Size24 && !o.filled && /* @__PURE__ */ m(c, { ...o }),
e === i.Size32 && !o.filled && /* @__PURE__ */ m(l, { ...o })
] });
};
r.displayName = "FondueIconTypographyBox";
const p = n(r);
export {
p as default
};
//# sourceMappingURL=IconTypographyBox.es.js.map