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