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