Merge pull request #822 from jaycodev/add-googleplay-svg

📦 Add Google Play logo and wordmark with light and dark mode variants
This commit is contained in:
Pablo Hdez
2025-10-27 19:10:40 +00:00
committed by GitHub
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -622,6 +622,16 @@ export const svgs: iSVG[] = [
wordmark: "/library/google-wordmark.svg",
url: "https://www.google.com/",
},
{
title: "Google Play",
category: ["Marketplace", "Platform", "Software", "Google"],
route: "/library/googleplay.svg",
wordmark: {
light: "/library/googleplay-wordmark-light.svg",
dark: "/library/googleplay-wordmark-dark.svg",
},
url: "https://play.google.com",
},
{
title: "Framer",
category: "Software",