From c3757181b51930431ebdd4ac7d1ef4acb88d44e3 Mon Sep 17 00:00:00 2001 From: jaycodev Date: Mon, 13 Oct 2025 12:25:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20App=20Store=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 6 ++++++ static/library/appstore.svg | 1 + 2 files changed, 7 insertions(+) create mode 100644 static/library/appstore.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 02f323e..9b206c4 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1357,6 +1357,12 @@ export const svgs: iSVG[] = [ }, url: "https://www.apple.com", }, + { + title: "App Store", + category: ["Marketplace", "Software", "Platform"], + route: "/library/appstore.svg", + url: "https://www.apple.com/app-store/", + }, { title: "Windows", category: "Software", diff --git a/static/library/appstore.svg b/static/library/appstore.svg new file mode 100644 index 0000000..16caccb --- /dev/null +++ b/static/library/appstore.svg @@ -0,0 +1 @@ + \ No newline at end of file