UNPKG

@solar-icons/react

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