Add some new svg logos

This commit is contained in:
David Sanchez
2023-04-15 11:52:16 +02:00
parent 3e10c06471
commit 54d52e436b
5 changed files with 33 additions and 1 deletions
+29 -1
View File
@@ -1176,5 +1176,33 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/elementor.svg',
url: 'https://elementor.com/'
}
},
{
id: 169,
title: 'Prime video',
category: 'Entertainment',
route: '/library/prime-video.svg',
url: 'https://primevideo.com/'
},
{
id: 170,
title: 'Chrome',
category: 'Browser',
route: '/library/chrome.svg',
url: 'https://chrome.com/'
},
{
id: 171,
title: 'RxJS',
category: 'Library',
route: '/library/rxjs.svg',
url: 'https://rxjs.dev/'
},
{
id: 172,
title: 'Electron',
category: 'Library',
route: '/library/electron.svg',
url: 'https://www.electronjs.org'
},
];