UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 983 B
import { jsxs as r, jsx as e } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as i } from "../IconSize.es.js"; import c from "./IconDocumentArrowRight12.es.js"; import f from "./IconDocumentArrowRight16.es.js"; import l from "./IconDocumentArrowRight20.es.js"; import u from "./IconDocumentArrowRight24.es.js"; import d from "./IconDocumentArrowRight32.es.js"; const m = (o) => { const t = o.size || i.Size16; return /* @__PURE__ */ r("span", { children: [ t === i.Size12 && !o.filled && /* @__PURE__ */ e(c, { ...o }), t === i.Size16 && !o.filled && /* @__PURE__ */ e(f, { ...o }), t === i.Size20 && !o.filled && /* @__PURE__ */ e(l, { ...o }), t === i.Size24 && !o.filled && /* @__PURE__ */ e(u, { ...o }), t === i.Size32 && !o.filled && /* @__PURE__ */ e(d, { ...o }) ] }); }; m.displayName = "FondueIconDocumentArrowRight"; const S = n(m); export { S as default }; //# sourceMappingURL=IconDocumentArrowRight.es.js.map