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