UNPKG

@solar-icons/react

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