diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3650458..292b4fc 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2073,10 +2073,17 @@ export const svgs: iSVG[] = [ url: 'https://reflex.dev/' }, { - id: 250, + id: 251, title: 'Stripe', category: 'Software', route: '/library/stripe.svg', url: 'https://stripe.com/' + }, + { + id: 252, + title: 'Linux', + category: 'Software', + route: '/library/linux.svg', + url: 'https://www.linux.org/' } ]; diff --git a/static/library/linux.svg b/static/library/linux.svg new file mode 100644 index 0000000..1c05d82 --- /dev/null +++ b/static/library/linux.svg @@ -0,0 +1 @@ + \ No newline at end of file