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