From 33a8e2d9173b166fe2fcd16eafa31786f7ec49d9 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 27 Jan 2025 17:51:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Dropbox=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 10 ++++++++++ static/library/dropbox.svg | 1 + static/library/dropbox_wordmark.svg | 1 + static/library/dropbox_wordmark_dark.svg | 1 + 4 files changed, 13 insertions(+) create mode 100644 static/library/dropbox.svg create mode 100644 static/library/dropbox_wordmark.svg create mode 100644 static/library/dropbox_wordmark_dark.svg 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