UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 856 B
var d = Object.defineProperty, f = Object.defineProperties; var a = Object.getOwnPropertyDescriptors; var s = Object.getOwnPropertySymbols; var n = Object.prototype.hasOwnProperty, p = 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, i = (r, o) => { for (var e in o || (o = {})) n.call(o, e) && m(r, e, o[e]); if (s) for (var e of s(o)) p.call(o, e) && m(r, e, o[e]); return r; }, t = (r, o) => f(r, a(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/UserMinusRounded.mjs"; const w = R((r, o) => /* @__PURE__ */ u(c, t(i({ ref: o }, r), { weights: l }))); w.displayName = "UserMinusRounded"; export { w as default };