UNPKG

@solar-icons/react

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