UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 969 B
import { jsxs as f, jsx as e } from "react/jsx-runtime"; import { memo as m } from "react"; import { IconSize as i } from "../IconSize.es.js"; import n from "./IconArrowRightToLeft12.es.js"; import c from "./IconArrowRightToLeft16.es.js"; import l from "./IconArrowRightToLeft20.es.js"; import d from "./IconArrowRightToLeft24.es.js"; import h from "./IconArrowRightToLeft32.es.js"; const r = (o) => { const t = o.size || i.Size16; return /* @__PURE__ */ f("span", { children: [ t === i.Size12 && !o.filled && /* @__PURE__ */ e(n, { ...o }), t === i.Size16 && !o.filled && /* @__PURE__ */ e(c, { ...o }), t === i.Size20 && !o.filled && /* @__PURE__ */ e(l, { ...o }), t === i.Size24 && !o.filled && /* @__PURE__ */ e(d, { ...o }), t === i.Size32 && !o.filled && /* @__PURE__ */ e(h, { ...o }) ] }); }; r.displayName = "FondueIconArrowRightToLeft"; const S = m(r); export { S as default }; //# sourceMappingURL=IconArrowRightToLeft.es.js.map