import React from "react"; interface SVGProps { className?: string; } export const SpotifyLogo: React.FC = ({ className }) => { return ( ); };