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