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