UNPKG

@solar-icons/react

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