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