@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 860 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 e = (o, r, t) => r in o ? f(o, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : o[r] = t, m = (o, r) => {
for (var t in r || (r = {}))
S.call(r, t) && e(o, t, r[t]);
if (a)
for (var t of a(r))
l.call(r, t) && e(o, t, r[t]);
return o;
}, i = (o, r) => p(o, s(r));
import { jsx as c } from "react/jsx-runtime";
import { forwardRef as d } from "react";
import u from "../../lib/SSRBase.mjs";
import q from "../../defs/arrows/SquareSortVertical.mjs";
const w = d((o, r) => /* @__PURE__ */ c(u, i(m({ ref: r }, o), { weights: q })));
w.displayName = "SquareSortVertical";
export {
w as default
};