Skip to content
Snippets Groups Projects
Commit a9525dc1 authored by michael.minelli's avatar michael.minelli
Browse files

Icon => Add some icons

parent 4d77b9c6
No related branches found
No related tags found
No related merge requests found
enum Icon { const Icon = {
CAT_INFO = '▶️', CAT_INFO : '▶️',
INFO = 'ℹ️', INFO : 'ℹ️',
ERROR = '⛔️', ERROR : '⛔️',
SUCCESS = '', SUCCESS : '',
FAILURE = '' FAILURE : '',
} VOMIT : '🤮',
YUCK : '🤢',
WELL_DONE: '👍',
NULL : '',
NONE : '',
BADMINTON: '🏸'
} as const;
export default Icon; export default Icon;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment