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