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