👌 add CodeIcon to icons.jsx
This commit is contained in:
parent
4abdc65436
commit
f5e901ad0b
1 changed files with 1 additions and 0 deletions
|
@ -80,3 +80,4 @@ export const PreferencesIcon = withLabel(Preferences);
|
||||||
export const PlayIcon = withLabel(Play);
|
export const PlayIcon = withLabel(Play);
|
||||||
export const MoreIcon = withLabel(More);
|
export const MoreIcon = withLabel(More);
|
||||||
export const TerminalIcon = withLabel(Terminal);
|
export const TerminalIcon = withLabel(Terminal);
|
||||||
|
export const CodeIcon = withLabel(Code);
|
||||||
|
|
Loading…
Reference in a new issue