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