File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ const runImportIcons = async (args: ScriptArgs) => {
184
184
'infrastructure' : 'compute-node' ,
185
185
'log-out' : 'logout' , // Make consistent with `login`
186
186
'new-tab' : 'link-external' ,
187
+ 'new-query' : 'conversation-new' , // Note: 'query' is already used for a different concept/icon
187
188
} ;
188
189
189
190
const pathIconsSource = path . join ( process . cwd ( ) , './src/assets/icons_source' ) ;
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ export const icons = {
17
17
'cloud-accounts' : { } ,
18
18
'cloud-connection' : { } ,
19
19
'compute-node' : { } ,
20
+ 'conversation-new' : { } ,
20
21
'copy' : { } ,
21
22
'cross' : { } ,
22
23
'dashboard' : { } ,
@@ -48,7 +49,6 @@ export const icons = {
48
49
'link-external' : { } ,
49
50
'login' : { } ,
50
51
'logout' : { } ,
51
- 'new-query' : { } ,
52
52
'on-premises' : { } ,
53
53
'page-backward' : { } ,
54
54
'page-forward' : { } ,
File renamed without changes.
You can’t perform that action at this time.
0 commit comments