UNPKG

@phosphor-icons/react

Version:

A clean and friendly icon family for React

11 lines (10 loc) 313 B
import * as o from "react"; import a from "../lib/IconBase.es.js"; import f from "../defs/SpotifyLogo.es.js"; const t = o.forwardRef((e, r) => /* @__PURE__ */ o.createElement(a, { ref: r, ...e, weights: f })); t.displayName = "SpotifyLogoIcon"; const p = t; export { p as SpotifyLogo, t as SpotifyLogoIcon };