UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 848 B
var i = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var m = Object.getOwnPropertySymbols; var d = Object.prototype.hasOwnProperty, R = 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 = {})) d.call(r, e) && t(o, e, r[e]); if (m) for (var e of m(r)) R.call(r, e) && t(o, e, r[e]); return o; }, a = (o, r) => p(o, s(r)); import { jsx as c } from "react/jsx-runtime"; import { forwardRef as l } from "react"; import n from "../../lib/IconBase.mjs"; import w from "../../defs/arrows-action/Reorder2.mjs"; const x = l((o, r) => /* @__PURE__ */ c(n, a(f({ ref: r }, o), { weights: w }))); x.displayName = "Reorder2"; export { x as default };