var s = Object.defineProperty, c = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable; var t = (r, e, o) => e in r ? s(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o, m = (r, e) => { for (var o in e || (e = {})) p.call(e, o) && t(r, o, e[o]); if (a) for (var o of a(e)) l.call(e, o) && t(r, o, e[o]); return r; }, i = (r, e) => c(r, f(e)); import n, { forwardRef as d } from "react"; import w from "../lib/IconBase.mjs"; import C from "../defs/UserCircleGear.mjs"; const G = d((r, e) => /* @__PURE__ */ n.createElement(w, i(m({ ref: e }, r), { weights: C }))); G.displayName = "UserCircleGear"; export { G as UserCircleGear };