mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: add asana logo
This commit is contained in:
@@ -2506,5 +2506,15 @@ export const svgs: iSVG[] = [
|
||||
category: 'Software',
|
||||
route: '/library/lemonsqueezy.svg',
|
||||
url: 'https://www.lemonsqueezy.com'
|
||||
},
|
||||
{
|
||||
title: 'Asana',
|
||||
category: 'Software',
|
||||
route: '/library/asana-logo.svg',
|
||||
wordmark: {
|
||||
dark: '/library/asana-wordmark-dark.svg',
|
||||
light: '/library/asana-wordmark-light.svg'
|
||||
},
|
||||
url: 'https://asana.com'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user