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:
phillvdm
2025-08-26 13:45:34 -04:00
parent 4a26bc7775
commit 527129c3fb
4 changed files with 13 additions and 0 deletions
+10
View File
@@ -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/'
}
];