@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 844 B
JavaScript
var f = Object.defineProperty, a = Object.defineProperties;
var e = Object.getOwnPropertyDescriptors;
var m = Object.getOwnPropertySymbols;
var w = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var i = (o, r, t) => r in o ? f(o, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[r] = t, p = (o, r) => {
for (var t in r || (r = {}))
w.call(r, t) && i(o, t, r[t]);
if (m)
for (var t of m(r))
d.call(r, t) && i(o, t, r[t]);
return o;
}, s = (o, r) => a(o, e(r));
import { jsx as l } from "react/jsx-runtime";
import { forwardRef as x } from "react";
import A from "../../lib/SSRBase.mjs";
import L from "../../defs/list/ListArrowUp.mjs";
const R = x((o, r) => /* @__PURE__ */ l(A, s(p({ ref: r }, o), { weights: L })));
R.displayName = "ListArrowUp";
export {
R as default
};