UNPKG

@solar-icons/react

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