From def73acf1f21a0b858215ebae67f0f84bf7bd42a Mon Sep 17 00:00:00 2001 From: danielz0102 Date: Thu, 17 Jul 2025 18:47:31 -0600 Subject: [PATCH] Add Google Classroom logo --- src/data/svgs.ts | 7 +++++++ static/library/google-classroom.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 static/library/google-classroom.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index fa3c62d..25a3674 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: 'Google Classroom', + category: ['Google', 'Education'], + route: '/library/google-classroom.svg', + url: 'https://edu.google.com/workspace-for-education/products/classroom/', + brandUrl: 'https://developers.google.com/workspace/classroom/brand' + }, { title: 'Perspective', category: 'Software', diff --git a/static/library/google-classroom.svg b/static/library/google-classroom.svg new file mode 100644 index 0000000..4a73d81 --- /dev/null +++ b/static/library/google-classroom.svg @@ -0,0 +1 @@ + \ No newline at end of file