UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 920 B
import { jsxs as n, jsx as e } from "react/jsx-runtime"; import { memo as w } from "react"; import { IconSize as r } from "../IconSize.es.js"; import S from "./IconArrowSwap12.es.js"; import f from "./IconArrowSwap16.es.js"; import t from "./IconArrowSwap20.es.js"; import a from "./IconArrowSwap24.es.js"; import c from "./IconArrowSwap32.es.js"; const m = (o) => { const i = o.size || r.Size16; return /* @__PURE__ */ n("span", { children: [ i === r.Size12 && !o.filled && /* @__PURE__ */ e(S, { ...o }), i === r.Size16 && !o.filled && /* @__PURE__ */ e(f, { ...o }), i === r.Size20 && !o.filled && /* @__PURE__ */ e(t, { ...o }), i === r.Size24 && !o.filled && /* @__PURE__ */ e(a, { ...o }), i === r.Size32 && !o.filled && /* @__PURE__ */ e(c, { ...o }) ] }); }; m.displayName = "FondueIconArrowSwap"; const h = w(m); export { h as default }; //# sourceMappingURL=IconArrowSwap.es.js.map