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