mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Add PowerSync logo to svgl library
- Add PowerSync logo SVG files (icon and wordmarks) - Add PowerSync entry to svgs.ts with Database category - Include light and dark wordmark variants
This commit is contained in:
@@ -3814,5 +3814,15 @@ export const svgs: iSVG[] = [
|
||||
category: 'Library',
|
||||
route: '/library/unjs.svg',
|
||||
url: 'https://unjs.io/'
|
||||
},
|
||||
{
|
||||
title: 'PowerSync',
|
||||
category: ['Sync Engine', 'Database', 'Library'],
|
||||
route: '/library/powersync.svg',
|
||||
wordmark: {
|
||||
light: '/library/powersync-wordmark-light.svg',
|
||||
dark: '/library/powersync-wordmark-dark.svg'
|
||||
},
|
||||
url: 'https://powersync.com/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user