UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 861 B
var f = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var c = 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 = {})) c.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 S } from "react/jsx-runtime"; import { forwardRef as d } from "react"; import u from "../../lib/IconBase.mjs"; import n from "../../defs/arrows/SquareSortVertical.mjs"; const q = d((o, r) => /* @__PURE__ */ S(u, i(m({ ref: r }, o), { weights: n }))); q.displayName = "SquareSortVertical"; export { q as default };