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