UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 830 B
var p = Object.defineProperty, f = Object.defineProperties; var R = Object.getOwnPropertyDescriptors; var e = Object.getOwnPropertySymbols; var d = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable; var a = (r, o, t) => o in r ? p(r, o, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[o] = t, m = (r, o) => { for (var t in o || (o = {})) d.call(o, t) && a(r, t, o[t]); if (e) for (var t of e(o)) n.call(o, t) && a(r, t, o[t]); return r; }, i = (r, o) => f(r, R(o)); import s, { forwardRef as c } from "react"; import w from "../../lib/IconBase.mjs"; import g from "../../defs/arrows/RoundArrowRightUp.mjs"; const h = c((r, o) => /* @__PURE__ */ s.createElement(w, i(m({ ref: o }, r), { weights: g }))); h.displayName = "RoundArrowRightUp"; export { h as default };