diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 18f9671..7fe0ae7 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1474,6 +1474,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", "Microsoft"], 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