diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 9ef3276..498eb71 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3895,5 +3895,11 @@ export const svgs: iSVG[] = [ }, url: 'https://ahrefs.com/', brandUrl: 'https://ahrefs.com/logo' - } + }, + { + title: 'Google Maps', + category: 'Google', + route: '/library/googleMaps.svg', + url: 'https://www.google.com/maps/' + }, ]; diff --git a/static/library/googleMaps.svg b/static/library/googleMaps.svg new file mode 100644 index 0000000..1d1cd41 --- /dev/null +++ b/static/library/googleMaps.svg @@ -0,0 +1 @@ + \ No newline at end of file