From 0365ff61c520bab6d121f9f9587856d85234feda Mon Sep 17 00:00:00 2001 From: Jean Tinland Date: Tue, 2 Jul 2024 17:47:43 +0200 Subject: [PATCH] Add RocketChat icon association --- lib/app-icons.js | 1 + lib/components/icons.jsx | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) 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) => (