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