UNPKG

@solar-icons/react

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