UNPKG

@solar-icons/react

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