diff --git a/lib/app-icons.js b/lib/app-icons.js
index 3c4c3af4..c1e3cb37 100644
--- a/lib/app-icons.js
+++ b/lib/app-icons.js
@@ -130,6 +130,7 @@ export const apps = {
Reeder: Icons.Reeder5,
Reminders: Icons.Reminders,
Remnote: Icons.Remnote,
+ RocketChat: Icons.RocketChat,
"Safari Technology Preview": Icons.Safari,
Safari: Icons.Safari,
Screens4: Icons.Screens4,
diff --git a/lib/components/icons.jsx b/lib/components/icons.jsx
index c1533458..6fa380b1 100644
--- a/lib/components/icons.jsx
+++ b/lib/components/icons.jsx
@@ -246,7 +246,8 @@ export const Caprine = (props) => (
export const CARROT = (props) => (
-
+
+
);
@@ -1153,6 +1154,13 @@ export const Remove = (props) => (
);
+export const RocketChat = (props) => (
+
+
+
+
+);
+
export const Safari = (props) => (