UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 834 B
var l = Object.defineProperty, f = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var e = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, c = 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 = {})) s.call(o, t) && a(r, t, o[t]); if (e) for (var t of e(o)) c.call(o, t) && a(r, t, o[t]); return r; }, i = (r, o) => f(r, p(o)); import w, { forwardRef as A } from "react"; import R from "../../lib/IconBase.mjs"; import d from "../../defs/arrows/DoubleAltArrowRight.mjs"; const g = A((r, o) => /* @__PURE__ */ w.createElement(R, i(m({ ref: o }, r), { weights: d }))); g.displayName = "DoubleAltArrowRight"; export { g as default };