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