UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 810 B
var l = Object.defineProperty, s = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var o = Object.getOwnPropertySymbols; var p = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable; var r = (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) && r(e, a, t[a]); if (o) for (var a of o(t)) c.call(t, a) && r(e, a, t[a]); return e; }, i = (e, t) => s(e, f(t)); import d, { forwardRef as n } from "react"; import y from "../../lib/IconBase.mjs"; import w from "../../defs/list/Playlist.mjs"; const P = n((e, t) => /* @__PURE__ */ d.createElement(y, i(m({ ref: t }, e), { weights: w }))); P.displayName = "Playlist"; export { P as default };