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