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