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