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