📦 Add Cursor AI SVGs

This commit is contained in:
pheralb
2025-03-10 13:36:55 +00:00
parent 57054acf25
commit ef8cc24220
5 changed files with 17 additions and 0 deletions
+13
View File
@@ -3404,5 +3404,18 @@ export const svgs: iSVG[] = [
category: ['Software', 'Design'],
route: '/library/designali.svg',
url: 'https://designali.in'
},
{
title: 'Cursor',
category: ['Software'],
route: {
light: '/library/cursor_light.svg',
dark: '/library/cursor_dark.svg'
},
wordmark: {
light: '/library/cursor_wordmark_light.svg',
dark: '/library/cursor_wordmark_dark.svg'
},
url: 'https://www.cursor.com'
}
];