UNPKG

@solar-icons/react

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