UNPKG

@solar-icons/react

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