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