diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 5056dc6..3650458 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2071,5 +2071,12 @@ export const svgs: iSVG[] = [ dark: '/library/reflex-light.svg' }, url: 'https://reflex.dev/' + }, + { + id: 250, + title: 'Stripe', + category: 'Software', + route: '/library/stripe.svg', + url: 'https://stripe.com/' } ]; diff --git a/static/library/stripe.svg b/static/library/stripe.svg new file mode 100644 index 0000000..36e2dac --- /dev/null +++ b/static/library/stripe.svg @@ -0,0 +1 @@ + \ No newline at end of file