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