UNPKG

@solar-icons/react

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