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