📦 Add Dropbox SVG

This commit is contained in:
Miguel Vega
2025-01-27 17:51:28 -05:00
parent cfb6795579
commit 33a8e2d917
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -3242,5 +3242,15 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/shiki.svg',
url: 'https://shiki.style/'
},
{
title: 'Dropbox',
category: ['Hosting', 'Software'],
route: '/library/dropbox.svg',
wordmark: {
light: '/library/dropbox_wordmark.svg',
dark: '/library/dropbox_wordmark_dark.svg'
},
url: 'https://www.dropbox.com/'
}
];