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