diff --git a/src/apps.json b/src/apps.json index 5e9bcb428..c950df15f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -8330,6 +8330,19 @@ "script": "js\\.stripe\\.com", "website": "http://stripe.com" }, + "styled-components": { + "cats": [ + "12", + "47" + ], + "implies": [ + "React" + ], + "icon": "styled-components.png", + "website": "https://styled-components.com", + "html": "]*data-styled-components", + "env": "^styled$" + }, "SublimeVideo": { "cats": [ "14" diff --git a/src/icons/styled-components.png b/src/icons/styled-components.png new file mode 100644 index 000000000..33e7311dd Binary files /dev/null and b/src/icons/styled-components.png differ