diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c7db90d..0f6b2eb 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1162,5 +1162,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/wordpress.svg', url: 'https://wordpress.org/' + }, + { + id: 167, + title: 'Microsoft', + category: 'Software', + route: '/library/microsoft.svg', + url: 'https://www.microsoft.com/' } ];