👌 add CodeIcon to icons.jsx

This commit is contained in:
ghalestrilo 2020-07-28 10:46:53 -03:00
parent 4abdc65436
commit f5e901ad0b
1 changed files with 1 additions and 0 deletions

View File

@ -80,3 +80,4 @@ export const PreferencesIcon = withLabel(Preferences);
export const PlayIcon = withLabel(Play);
export const MoreIcon = withLabel(More);
export const TerminalIcon = withLabel(Terminal);
export const CodeIcon = withLabel(Code);