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