diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 02f323e..673b2b7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -621,6 +621,16 @@ export const svgs: iSVG[] = [ wordmark: "/library/google-wordmark.svg", url: "https://www.google.com/", }, + { + title: "Google Play", + category: ["Marketplace", "Platform", "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", diff --git a/static/library/googleplay-wordmark-dark.svg b/static/library/googleplay-wordmark-dark.svg new file mode 100644 index 0000000..a3f0e42 --- /dev/null +++ b/static/library/googleplay-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/googleplay-wordmark-light.svg b/static/library/googleplay-wordmark-light.svg new file mode 100644 index 0000000..36a5ab0 --- /dev/null +++ b/static/library/googleplay-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/googleplay.svg b/static/library/googleplay.svg new file mode 100644 index 0000000..d3a43fb --- /dev/null +++ b/static/library/googleplay.svg @@ -0,0 +1 @@ + \ No newline at end of file