diff --git a/types/Icon.ts b/types/Icon.ts
deleted file mode 100644
index 43e98f934f612795173fd01c487f741bc9ebaa89..0000000000000000000000000000000000000000
--- a/types/Icon.ts
+++ /dev/null
@@ -1,10 +0,0 @@
-enum Icon {
-    CAT_INFO = '▶️',
-    INFO     = 'ℹ️',
-    ERROR    = '⛔️',
-    SUCCESS  = '✅',
-    FAILURE  = '❌'
-}
-
-
-export default Icon;
\ No newline at end of file