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