UNPKG

@solar-icons/react

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