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