diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3d5630a6..ff8c3a3a 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2815,5 +2815,11 @@ export const svgs: iSVG[] = [ category: 'Library', route: '/library/webcomponents.svg', url: 'https://www.webcomponents.org/' + }, + { + title: 'Lighthouse', + category: 'Software', + route: '/library/lighthouse.svg', + url: 'https://developer.chrome.com/docs/lighthouse' } ]; diff --git a/static/library/lighthouse.svg b/static/library/lighthouse.svg new file mode 100644 index 00000000..dfe1510b --- /dev/null +++ b/static/library/lighthouse.svg @@ -0,0 +1 @@ + \ No newline at end of file