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