diff --git a/src/drivers/webextension/images/icons/UIKit.png b/src/drivers/webextension/images/icons/UIKit.png deleted file mode 100644 index c9cc221a0..000000000 Binary files a/src/drivers/webextension/images/icons/UIKit.png and /dev/null differ diff --git a/src/drivers/webextension/images/icons/UIKit.svg b/src/drivers/webextension/images/icons/UIKit.svg new file mode 100644 index 000000000..524188905 --- /dev/null +++ b/src/drivers/webextension/images/icons/UIKit.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/technologies/u.json b/src/technologies/u.json index 4433aebee..5f60f31e2 100644 --- a/src/technologies/u.json +++ b/src/technologies/u.json @@ -22,7 +22,7 @@ ], "description": "UIKit is the framework used for developing iOS applications.", "html": "<[^>]+class=\"[^\"]*(?:uk-container|uk-section)", - "icon": "UIKit.png", + "icon": "UIKit.svg", "scriptSrc": "uikit.*\\.js", "website": "https://getuikit.com" }, @@ -891,4 +891,4 @@ "website": "https://github.com/utterance/utterances", "xhr": "\\.utteranc\\.es" } -} \ No newline at end of file +}