/* * Vencord, a Discord client mod * Copyright (c) 2024 Vendicated and contributors * SPDX-License-Identifier: GPL-3.0-or-later */ import type { SVGProps } from "react"; export function SpotifyIcon(props: SVGProps) { return (); }