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