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