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