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