UNPKG

@frontify/fondue

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