UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as m, jsx as e } from "react/jsx-runtime"; import { memo as d } from "react"; import { IconSize as r } from "../IconSize.es.js"; import n from "./IconCloudArrowUp12.es.js"; import f from "./IconCloudArrowUp16.es.js"; import t from "./IconCloudArrowUp20.es.js"; import c from "./IconCloudArrowUp24.es.js"; import u from "./IconCloudArrowUp32.es.js"; const l = (o) => { const i = o.size || r.Size16; return /* @__PURE__ */ m("span", { children: [ i === r.Size12 && !o.filled && /* @__PURE__ */ e(n, { ...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(c, { ...o }), i === r.Size32 && !o.filled && /* @__PURE__ */ e(u, { ...o }) ] }); }; l.displayName = "FondueIconCloudArrowUp"; const x = d(l); export { x as default }; //# sourceMappingURL=IconCloudArrowUp.es.js.map