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