diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e945d48e..8cc4aad8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,12 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Venmo', + category: 'Payment', + route: '/library/venmo.svg', + url: 'https://venmo.com' + }, { title: 'Google Drive', category: 'Google', diff --git a/static/library/venmo.svg b/static/library/venmo.svg new file mode 100644 index 00000000..e43113f5 --- /dev/null +++ b/static/library/venmo.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file