UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 906 B
import { jsxs as d, jsx as o } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as e } from "../IconSize.es.js"; import t from "./IconHeading12.es.js"; import a from "./IconHeading16.es.js"; import c from "./IconHeading20.es.js"; import l from "./IconHeading24.es.js"; import r from "./IconHeading32.es.js"; const m = (i) => { const n = i.size || e.Size16; return /* @__PURE__ */ d("span", { children: [ n === e.Size12 && !i.filled && /* @__PURE__ */ o(t, { ...i }), n === e.Size16 && !i.filled && /* @__PURE__ */ o(a, { ...i }), n === e.Size20 && !i.filled && /* @__PURE__ */ o(c, { ...i }), n === e.Size24 && !i.filled && /* @__PURE__ */ o(l, { ...i }), n === e.Size32 && !i.filled && /* @__PURE__ */ o(r, { ...i }) ] }); }; m.displayName = "FondueIconHeading"; const h = f(m); export { h as default }; //# sourceMappingURL=IconHeading.es.js.map