diff --git a/src/drivers/webextension/images/icons/Lo-dash.png b/src/drivers/webextension/images/icons/Lo-dash.png deleted file mode 100644 index 745217f10..000000000 Binary files a/src/drivers/webextension/images/icons/Lo-dash.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/Lodash.svg b/src/drivers/webextension/images/icons/Lodash.svg new file mode 100644 index 000000000..ae255462e --- /dev/null +++ b/src/drivers/webextension/images/icons/Lodash.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/l.json b/src/technologies/l.json index b46044eee..41be3f4a0 100644 --- a/src/technologies/l.json +++ b/src/technologies/l.json @@ -1279,7 +1279,7 @@ "cpe": "cpe:2.3:a:lodash:lodash:*:*:*:*:*:*:*:*", "description": "Lodash is a JavaScript library which provides utility functions for common programming tasks using the functional programming paradigm.", "excludes": "Underscore.js", - "icon": "Lo-dash.png", + "icon": "Lodash.svg", "js": { "_.VERSION": "^(.+)$\\;confidence:0\\;version:\\1", "_.differenceBy": "", @@ -1807,4 +1807,4 @@ "oss": true, "website": "https://github.com/paulirish/lite-youtube-embed" } -} \ No newline at end of file +}