UNPKG

@solar-icons/react

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