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