From 50ef2e87fd7bb33148ed6e76ee28c56b5ed0df69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Thu, 12 Oct 2023 21:39:15 +0200
Subject: [PATCH] Icon => Add icon for categories

---
 types/Icon.ts | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/types/Icon.ts b/types/Icon.ts
index 9d5a0ec..43e98f9 100644
--- a/types/Icon.ts
+++ b/types/Icon.ts
@@ -1,8 +1,9 @@
 enum Icon {
-    INFO    = 'ℹ️',
-    ERROR   = '⛔️',
-    SUCCESS = '✅',
-    FAILURE = '❌'
+    CAT_INFO = '▶️',
+    INFO     = 'ℹ️',
+    ERROR    = '⛔️',
+    SUCCESS  = '✅',
+    FAILURE  = '❌'
 }
 
 
-- 
GitLab