diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9692e84..391556c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,13 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'PayPal', + category: 'Payment', + route: '/library/paypal.svg', + wordmark: '/library/paypal-wordmark.svg', + url: 'https://paypal.com' + }, { title: 'Google Drive', category: 'Google', diff --git a/static/library/paypal-wordmark.svg b/static/library/paypal-wordmark.svg new file mode 100644 index 0000000..038725e --- /dev/null +++ b/static/library/paypal-wordmark.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/paypal.svg b/static/library/paypal.svg new file mode 100644 index 0000000..cf14b63 --- /dev/null +++ b/static/library/paypal.svg @@ -0,0 +1 @@ + \ No newline at end of file