diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9b45320..e7fdbdf 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -505,6 +505,15 @@ export const svgs: iSVG[] = [ route: '/library/qwik.svg', url: 'https://qwik.builder.io/' }, + { + title: 'Coinbase', + category: 'Crypto', + route: { + light: '/library/coinbase-light.svg', + dark: '/library/coinbase-dark.svg' + }, + url: 'https://www.coinbase.com/' + }, { title: 'Authy', category: 'Software', diff --git a/static/library/coinbase-dark.svg b/static/library/coinbase-dark.svg new file mode 100644 index 0000000..d346a83 --- /dev/null +++ b/static/library/coinbase-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/coinbase-light.svg b/static/library/coinbase-light.svg new file mode 100644 index 0000000..d86c034 --- /dev/null +++ b/static/library/coinbase-light.svg @@ -0,0 +1 @@ + \ No newline at end of file