feat: add Raindrop.io SVG icon to svgs.ts

This commit is contained in:
trinhdinhtai
2024-04-01 13:04:46 +07:00
parent 431038329b
commit 713d22dc32
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -2562,5 +2562,11 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/nodejs.svg',
url: 'https://nodejs.org/'
},
{
title: 'Raindrop.io',
category: 'Software',
route: '/library/raindrop.svg',
url: 'https://raindrop.io/'
}
];