From 0e2af618851e248312be7aa3fc74e7f767ea347a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Avenda=C3=B1o?= Date: Wed, 18 Sep 2024 23:57:58 -0500 Subject: [PATCH] Add: milanote logo --- src/data/svgs.ts | 13 +++++++++++++ static/library/milanote-dark.svg | 3 +++ static/library/milanote-light.svg | 3 +++ static/library/milanote-wordmark-dark.svg | 3 +++ static/library/milanote-wordmark-light.svg | 3 +++ 5 files changed, 25 insertions(+) create mode 100644 static/library/milanote-dark.svg create mode 100644 static/library/milanote-light.svg create mode 100644 static/library/milanote-wordmark-dark.svg create mode 100644 static/library/milanote-wordmark-light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 8752458..19f7c46 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,19 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Milanote', + category: 'Software', + route: { + light: '/library/milanote-light.svg', + dark: '/library/milanote-dark.svg' + }, + wordmark: { + light: '/library/milanote-wordmark-light.svg', + dark: '/library/milanote-wordmark-dark.svg' + }, + url: 'https://milanote.com' + }, { title: 'Inflection AI', category: 'AI', diff --git a/static/library/milanote-dark.svg b/static/library/milanote-dark.svg new file mode 100644 index 0000000..f8caba2 --- /dev/null +++ b/static/library/milanote-dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/milanote-light.svg b/static/library/milanote-light.svg new file mode 100644 index 0000000..a505ffc --- /dev/null +++ b/static/library/milanote-light.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/milanote-wordmark-dark.svg b/static/library/milanote-wordmark-dark.svg new file mode 100644 index 0000000..62a98a0 --- /dev/null +++ b/static/library/milanote-wordmark-dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/milanote-wordmark-light.svg b/static/library/milanote-wordmark-light.svg new file mode 100644 index 0000000..d5329c0 --- /dev/null +++ b/static/library/milanote-wordmark-light.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file