Merge pull request #457 from atleugim/logo/motion

📦 Add Motion SVG
This commit is contained in:
Pablo Hdez 2025-01-19 11:49:05 +00:00 committed by GitHub
commit c14db1f3c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

@ -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/'
}
];

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1103 386"><path fill="#0F1115" d="M416.473 0 198.54 385.66H0L170.17 84.522C196.549 37.842 262.377 0 317.203 0Zm486.875 96.415c0-53.249 44.444-96.415 99.27-96.415 54.826 0 99.27 43.166 99.27 96.415 0 53.248-44.444 96.415-99.27 96.415-54.826 0-99.27-43.167-99.27-96.415ZM453.699 0h198.54L434.306 385.66h-198.54Zm234.492 0h198.542L716.56 301.138c-26.378 46.68-92.207 84.522-147.032 84.522h-99.27Z"/></svg>

After

Width:  |  Height:  |  Size: 455 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1103 386"><path fill="#FFF312" d="M416.473 0 198.54 385.66H0L170.17 84.522C196.549 37.842 262.377 0 317.203 0Zm486.875 96.415c0-53.249 44.444-96.415 99.27-96.415 54.826 0 99.27 43.166 99.27 96.415 0 53.248-44.444 96.415-99.27 96.415-54.826 0-99.27-43.167-99.27-96.415ZM453.699 0h198.54L434.306 385.66h-198.54Zm234.492 0h198.542L716.56 301.138c-26.378 46.68-92.207 84.522-147.032 84.522h-99.27Z"/></svg>

After

Width:  |  Height:  |  Size: 455 B