From ab436304f9a6e3bf8c29027bb040934fea31aca7 Mon Sep 17 00:00:00 2001 From: Miguel Vega Date: Mon, 18 Nov 2024 14:58:31 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20Motion=20SVG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 9 +++++++++ static/library/motion.svg | 1 + static/library/motion_dark.svg | 1 + 3 files changed, 11 insertions(+) create mode 100644 static/library/motion.svg create mode 100644 static/library/motion_dark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 45cf107..a4469d2 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3048,5 +3048,14 @@ export const svgs: iSVG[] = [ dark: '/library/polar-sh_dark.svg' }, url: 'https://polar.sh/' + }, + { + title: 'Motion', + category: 'Library', + route: { + light: '/library/motion.svg', + dark: '/library/motion_dark.svg' + }, + url: 'https://motion.dev/' } ]; diff --git a/static/library/motion.svg b/static/library/motion.svg new file mode 100644 index 0000000..647eb36 --- /dev/null +++ b/static/library/motion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/motion_dark.svg b/static/library/motion_dark.svg new file mode 100644 index 0000000..6a2fba1 --- /dev/null +++ b/static/library/motion_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file