diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 6eb184d..61afe18 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -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/'
}
];
diff --git a/static/library/dropbox.svg b/static/library/dropbox.svg
new file mode 100644
index 0000000..73feb69
--- /dev/null
+++ b/static/library/dropbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/dropbox_wordmark.svg b/static/library/dropbox_wordmark.svg
new file mode 100644
index 0000000..d496780
--- /dev/null
+++ b/static/library/dropbox_wordmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/dropbox_wordmark_dark.svg b/static/library/dropbox_wordmark_dark.svg
new file mode 100644
index 0000000..ae589bc
--- /dev/null
+++ b/static/library/dropbox_wordmark_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file