UNPKG

@frontify/fondue

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