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