diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3eefeeb..d45ae42 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' } ]; diff --git a/static/library/powersync-wordmark-dark.svg b/static/library/powersync-wordmark-dark.svg new file mode 100644 index 0000000..82dfc7e --- /dev/null +++ b/static/library/powersync-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/powersync-wordmark-light.svg b/static/library/powersync-wordmark-light.svg new file mode 100644 index 0000000..f5c0423 --- /dev/null +++ b/static/library/powersync-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/powersync.svg b/static/library/powersync.svg new file mode 100644 index 0000000..6130bc3 --- /dev/null +++ b/static/library/powersync.svg @@ -0,0 +1 @@ + \ No newline at end of file