UNPKG

@solar-icons/react

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