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