mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
✨ Add jenkins, magicui, replit SVGs
This commit is contained in:
+25
-1
@@ -3369,5 +3369,29 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/anthropic_white_wordmark.svg'
|
||||
},
|
||||
url: 'https://www.anthropic.com/'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: 'Jenkins',
|
||||
category: 'Software',
|
||||
route: '/library/jenkins.svg',
|
||||
wordmark: '/library/jenkins-wordmark.svg',
|
||||
url: 'https://www.jenkins.io/'
|
||||
},
|
||||
{
|
||||
title: 'Replit',
|
||||
category: 'Software',
|
||||
route: '/library/replit.svg',
|
||||
wordmark: {
|
||||
light: '/library/replit-wordmark-light.svg',
|
||||
dark: '/library/replit-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://replit.com/',
|
||||
brandUrl: 'https://replit.com/brandkit'
|
||||
},
|
||||
{
|
||||
title: 'Magic UI',
|
||||
category: 'Library',
|
||||
route: '/library/magicui.svg',
|
||||
url: 'https://magicui.design/'
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user