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