UNPKG

@solar-icons/react

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