diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3360d05..2cd4ab6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3213,5 +3213,14 @@ export const svgs: iSVG[] = [ route: '/library/apache-kafka.svg', wordmark: '/library/apache-kafka-wordmark.svg', url: 'https://kafka.apache.org' + }, + { + 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