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