UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 948 B
import { jsxs as r, jsx as o } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as e } from "../IconSize.es.js"; import D from "./IconDividerDashed12.es.js"; import f from "./IconDividerDashed16.es.js"; import t from "./IconDividerDashed20.es.js"; import a from "./IconDividerDashed24.es.js"; import c from "./IconDividerDashed32.es.js"; const m = (i) => { const d = i.size || e.Size16; return /* @__PURE__ */ r("span", { children: [ d === e.Size12 && !i.filled && /* @__PURE__ */ o(D, { ...i }), d === e.Size16 && !i.filled && /* @__PURE__ */ o(f, { ...i }), d === e.Size20 && !i.filled && /* @__PURE__ */ o(t, { ...i }), d === e.Size24 && !i.filled && /* @__PURE__ */ o(a, { ...i }), d === e.Size32 && !i.filled && /* @__PURE__ */ o(c, { ...i }) ] }); }; m.displayName = "FondueIconDividerDashed"; const x = n(m); export { x as default }; //# sourceMappingURL=IconDividerDashed.es.js.map