@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 817 B
JavaScript
var s = Object.defineProperty, c = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var o = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable;
var t = (r, e, a) => e in r ? s(r, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : r[e] = a, m = (r, e) => {
for (var a in e || (e = {}))
p.call(e, a) && t(r, a, e[a]);
if (o)
for (var a of o(e))
l.call(e, a) && t(r, a, e[a]);
return r;
}, i = (r, e) => c(r, f(e));
import R, { forwardRef as d } from "react";
import n from "../lib/SSRBase.mjs";
import w from "../defs/UserCircleGear.mjs";
const C = d((r, e) => /* @__PURE__ */ R.createElement(n, i(m({ ref: e }, r), { weights: w })));
C.displayName = "UserCircleGear";
export {
C as UserCircleGear
};