From 37bce5285fe19104ba3a63f71dba54d5ba76292b Mon Sep 17 00:00:00 2001 From: Usamah Klair Date: Thu, 19 Jun 2025 14:56:56 +0500 Subject: [PATCH] feat(icons): add Spotify logo --- src/data.json | 9 +++++++++ src/svg/spotify.svg | 4 ++++ 2 files changed, 13 insertions(+) create mode 100644 src/svg/spotify.svg diff --git a/src/data.json b/src/data.json index 9ac82720c..863ac52cb 100644 --- a/src/data.json +++ b/src/data.json @@ -11264,6 +11264,15 @@ "sharp", "woman" ] + }, + { + "name": "logo-spotify", + "tags": [ + "music", + "audio", + "brand", + "streaming" + ] } ] } diff --git a/src/svg/spotify.svg b/src/svg/spotify.svg new file mode 100644 index 000000000..db9a64e40 --- /dev/null +++ b/src/svg/spotify.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file