@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 845 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 c } from "react/jsx-runtime";
import { forwardRef as l } from "react";
import n from "../../lib/IconBase.mjs";
import x from "../../defs/list/ListArrowUp.mjs";
const A = l((o, r) => /* @__PURE__ */ c(n, s(p({ ref: r }, o), { weights: x })));
A.displayName = "ListArrowUp";
export {
A as default
};