From 4b7fb08c25fe5bbbaeb43c921cb53b62a9c13ee8 Mon Sep 17 00:00:00 2001 From: Santiago Maza Date: Fri, 6 Sep 2024 13:40:17 -0300 Subject: [PATCH] Added Microsoft Word and Microsoft Excel logos and 'Office' category --- src/data/svgs.ts | 12 ++++++++++++ src/types/categories.ts | 3 ++- static/library/microsoft_excel.svg | 1 + static/library/microsoft_word.svg | 13 +++++++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 static/library/microsoft_excel.svg create mode 100644 static/library/microsoft_word.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 84f257a..2589af6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2920,5 +2920,17 @@ export const svgs: iSVG[] = [ category: ['Hardware', 'Software'], route: '/library/raspberry_pi.svg', url: 'https://www.raspberrypi.com/' + }, + { + title: 'Microsoft Word', + category: ['Office', 'Software'], + route: '/library/microsoft_word.svg', + url: 'https://www.microsoft.com/en-us/microsoft-365/word' + }, + { + title: 'Microsoft Excel', + category: ['Office', 'Software'], + route: '/library/microsoft_excel.svg', + url: 'https://www.microsoft.com/en-us/microsoft-365/excel' } ]; diff --git a/src/types/categories.ts b/src/types/categories.ts index 7bd215b..9370358 100644 --- a/src/types/categories.ts +++ b/src/types/categories.ts @@ -23,4 +23,5 @@ export type tCategory = | 'Music' | 'Vercel' | 'Google' - | 'Payment'; + | 'Payment' + | 'Office'; diff --git a/static/library/microsoft_excel.svg b/static/library/microsoft_excel.svg new file mode 100644 index 0000000..1c2f439 --- /dev/null +++ b/static/library/microsoft_excel.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/microsoft_word.svg b/static/library/microsoft_word.svg new file mode 100644 index 0000000..d560737 --- /dev/null +++ b/static/library/microsoft_word.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + +