Skip to content

Commit eabbf02

Browse files
authored
Merge pull request #816 from jaycodev/add-microsoft-svgs
📦 Add and update Microsoft logos and add category
2 parents 5674b27 + dd6741e commit eabbf02

18 files changed

+110
-48
lines changed

src/data/svgs.ts

Lines changed: 94 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ export const svgs: iSVG[] = [
3232
},
3333
url: "https://kimi.ai",
3434
},
35-
{
36-
title: "OneNote",
37-
category: "Software",
38-
route: "/library/onenote.svg",
39-
url: "https://onenote.com",
40-
},
4135
{
4236
title: "Perspective",
4337
category: "Software",
@@ -355,7 +349,7 @@ export const svgs: iSVG[] = [
355349
},
356350
{
357351
title: "Visual Studio Code",
358-
category: "Software",
352+
category: ["Software", "Microsoft"],
359353
route: "/library/vscode.svg",
360354
url: "https://code.visualstudio.com/",
361355
brandUrl: "https://code.visualstudio.com/brand",
@@ -740,7 +734,7 @@ export const svgs: iSVG[] = [
740734
},
741735
{
742736
title: "Visual Studio",
743-
category: "Software",
737+
category: ["Software", "Microsoft"],
744738
route: "/library/visual-studio.svg",
745739
url: "https://visualstudio.microsoft.com",
746740
},
@@ -993,10 +987,88 @@ export const svgs: iSVG[] = [
993987
},
994988
{
995989
title: "Microsoft Azure",
996-
category: "Software",
990+
category: ["Software", "Microsoft"],
997991
route: "/library/azure.svg",
998992
url: "https://azure.microsoft.com/",
999993
},
994+
{
995+
title: "Microsoft Access",
996+
category: ["Database", "Microsoft"],
997+
route: "/library/microsoft-access.svg",
998+
url: "https://www.microsoft.com/microsoft-365/access",
999+
},
1000+
{
1001+
title: "Microsoft Clipchamp",
1002+
category: ["Software", "Design", "Entertainment", "Microsoft"],
1003+
route: "/library/microsoft-clipchamp.svg",
1004+
url: "https://clipchamp.com/",
1005+
},
1006+
{
1007+
title: "Microsoft Copilot",
1008+
category: ["AI", "Software", "Devtool", "Microsoft"],
1009+
route: "/library/microsoft-copilot.svg",
1010+
url: "https://copilot.microsoft.com/",
1011+
},
1012+
{
1013+
title: "Microsoft Defender",
1014+
category: ["Cybersecurity", "Software", "Microsoft"],
1015+
route: "/library/microsoft-defender.svg",
1016+
url: "https://www.microsoft.com/microsoft-365/microsoft-defender-for-individuals",
1017+
},
1018+
{
1019+
title: "Microsoft Designer",
1020+
category: ["Design", "AI", "Software", "Microsoft"],
1021+
route: "/library/microsoft-designer.svg",
1022+
url: "https://designer.microsoft.com/",
1023+
},
1024+
{
1025+
title: "Microsoft Editor",
1026+
category: ["Software", "AI", "Microsoft"],
1027+
route: "/library/microsoft-editor.svg",
1028+
url: "https://www.microsoft.com/microsoft-365/microsoft-editor",
1029+
},
1030+
{
1031+
title: "Microsoft Excel",
1032+
category: ["Software", "Microsoft"],
1033+
route: "/library/microsoft-excel.svg",
1034+
url: "https://www.microsoft.com/microsoft-365/excel",
1035+
},
1036+
{
1037+
title: "Microsoft OneDrive",
1038+
category: ["Hosting", "Software", "Microsoft"],
1039+
route: "/library/microsoft-onedrive.svg",
1040+
url: "https://www.microsoft.com/microsoft-365/onedrive/online-cloud-storage",
1041+
},
1042+
{
1043+
title: "Microsoft OneNote",
1044+
category: ["Software", "Microsoft"],
1045+
route: "/library/microsoft-onenote.svg",
1046+
url: "https://www.microsoft.com/microsoft-365/onenote/digital-note-taking-app",
1047+
},
1048+
{
1049+
title: "Microsoft PowerPoint",
1050+
category: ["Software", "Design", "Microsoft"],
1051+
route: "/library/microsoft-powerpoint.svg",
1052+
url: "https://www.microsoft.com/microsoft-365/powerpoint",
1053+
},
1054+
{
1055+
title: "Microsoft SharePoint",
1056+
category: ["Hosting", "Software", "Community", "Microsoft"],
1057+
route: "/library/microsoft-sharepoint.svg",
1058+
url: "https://www.microsoft.com/microsoft-365/sharepoint/collaboration-software",
1059+
},
1060+
{
1061+
title: "Microsoft Teams",
1062+
category: ["Software", "Community", "Microsoft"],
1063+
route: "/library/microsoft-teams.svg",
1064+
url: "https://www.microsoft.com/microsoft-teams/group-chat-software",
1065+
},
1066+
{
1067+
title: "Microsoft Word",
1068+
category: ["Software", "Microsoft"],
1069+
route: "/library/microsoft-word.svg",
1070+
url: "https://www.microsoft.com/microsoft-365/word",
1071+
},
10001072
{
10011073
title: "Heroku",
10021074
category: "Software",
@@ -1359,7 +1431,7 @@ export const svgs: iSVG[] = [
13591431
},
13601432
{
13611433
title: "Windows",
1362-
category: "Software",
1434+
category: ["Software", "Microsoft"],
13631435
route: "/library/windows.svg",
13641436
url: "https://www.microsoft.com/windows",
13651437
},
@@ -1540,7 +1612,7 @@ export const svgs: iSVG[] = [
15401612
},
15411613
{
15421614
title: "Microsoft",
1543-
category: "Software",
1615+
category: ["Software", "Microsoft"],
15441616
route: "/library/microsoft.svg",
15451617
url: "https://www.microsoft.com/",
15461618
},
@@ -1754,7 +1826,7 @@ export const svgs: iSVG[] = [
17541826
},
17551827
{
17561828
title: "Microsoft SQL Server ",
1757-
category: "Database",
1829+
category: ["Database", "Microsoft"],
17581830
route: "/library/sql-server.svg",
17591831
url: "https://www.microsoft.com/en-us/sql-server/",
17601832
},
@@ -2005,7 +2077,7 @@ export const svgs: iSVG[] = [
20052077
},
20062078
{
20072079
title: "Edge",
2008-
category: "Browser",
2080+
category: ["Browser", "Microsoft"],
20092081
route: "/library/edge.svg",
20102082
url: "https://www.microsoft.com/en-us/edge",
20112083
},
@@ -2473,10 +2545,10 @@ export const svgs: iSVG[] = [
24732545
url: "https://www.gmail.com",
24742546
},
24752547
{
2476-
title: "Outlook",
2477-
category: "Software",
2478-
route: "/library/outlook.svg",
2479-
url: "https://www.outlook.com",
2548+
title: "Microsoft Outlook",
2549+
category: ["Software", "Microsoft"],
2550+
route: "/library/microsoft-outlook.svg",
2551+
url: "https://www.microsoft.com/microsoft-365/outlook/email-and-calendar-software-application",
24802552
},
24812553
{
24822554
title: "Slack",
@@ -2809,7 +2881,7 @@ export const svgs: iSVG[] = [
28092881
},
28102882
{
28112883
title: "C#",
2812-
category: "Language",
2884+
category: ["Language", "Microsoft"],
28132885
route: "/library/csharp.svg",
28142886
url: "https://dotnet.microsoft.com/languages/csharp",
28152887
},
@@ -2995,7 +3067,7 @@ export const svgs: iSVG[] = [
29953067
},
29963068
{
29973069
title: "Microsoft Todo",
2998-
category: "Software",
3070+
category: ["Software", "Microsoft"],
29993071
route: "/library/microsoft-todo.svg",
30003072
url: "https://to-do.office.com/",
30013073
},
@@ -3456,13 +3528,13 @@ export const svgs: iSVG[] = [
34563528
},
34573529
{
34583530
title: "PowerToys",
3459-
category: "Software",
3531+
category: ["Software", "Microsoft"],
34603532
route: "/library/powertoys.svg",
34613533
url: "https://learn.microsoft.com/en-us/windows/powertoys/",
34623534
},
34633535
{
34643536
title: "PowerShell",
3465-
category: "Language",
3537+
category: ["Language", "Microsoft"],
34663538
route: "/library/powershell.svg",
34673539
url: "https://learn.microsoft.com/en-us/powershell/",
34683540
},
@@ -3493,7 +3565,7 @@ export const svgs: iSVG[] = [
34933565
},
34943566
{
34953567
title: "Microsoft .NET",
3496-
category: ["Framework", "Library", "Devtool"],
3568+
category: ["Framework", "Library", "Devtool", "Microsoft"],
34973569
route: "/library/dotnet.svg",
34983570
url: "https://dotnet.microsoft.com",
34993571
},

src/types/categories.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ export type Category =
3434
| "Sync Engine"
3535
| "Platform"
3636
| "Automation"
37-
| "Nuxt";
37+
| "Nuxt"
38+
| "Microsoft";
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)