UNPKG

@solar-icons/react

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