diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bd6de15..3a1813f 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3954,5 +3954,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