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