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