diff --git a/src/data/svgs.ts b/src/data/svgs.ts index d33d990..84f257a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2914,5 +2914,11 @@ export const svgs: iSVG[] = [ category: ['Google', 'Software'], route: '/library/Google_Colaboratory.svg', url: 'https://colab.research.google.com/' + }, + { + title: 'Raspberry PI', + category: ['Hardware', 'Software'], + route: '/library/raspberry_pi.svg', + url: 'https://www.raspberrypi.com/' } ]; diff --git a/static/library/raspberry_pi.svg b/static/library/raspberry_pi.svg new file mode 100644 index 0000000..bec9b9e --- /dev/null +++ b/static/library/raspberry_pi.svg @@ -0,0 +1 @@ + \ No newline at end of file