@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 = (t, i, a) => i in t ? o(t, i, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[i] = a, r = (t, i) => {
for (var a in i || (i = {}))
c.call(i, a) && m(t, a, i[a]);
if (e)
for (var a of e(i))
p.call(i, a) && m(t, a, i[a]);
return t;
}, l = (t, i) => s(t, f(i));
import n, { forwardRef as d } from "react";
import y from "../../lib/SSRBase.mjs";
import R from "../../defs/list/PlaylistMinimalistic2.mjs";
const w = d((t, i) => /* @__PURE__ */ n.createElement(y, l(r({ ref: i }, t), { weights: R })));
w.displayName = "PlaylistMinimalistic2";
export {
w as default
};