Skip to content

Commit cc16092

Browse files
author
mkrause
committed
Rename new-query -> conversation-new
1 parent 8c390c9 commit cc16092

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

scripts/import.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ const runImportIcons = async (args: ScriptArgs) => {
184184
'infrastructure': 'compute-node',
185185
'log-out': 'logout', // Make consistent with `login`
186186
'new-tab': 'link-external',
187+
'new-query': 'conversation-new', // Note: 'query' is already used for a different concept/icon
187188
};
188189

189190
const pathIconsSource = path.join(process.cwd(), './src/assets/icons_source');

src/assets/icons/_icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const icons = {
1717
'cloud-accounts': {},
1818
'cloud-connection': {},
1919
'compute-node': {},
20+
'conversation-new': {},
2021
'copy': {},
2122
'cross': {},
2223
'dashboard': {},
@@ -48,7 +49,6 @@ export const icons = {
4849
'link-external': {},
4950
'login': {},
5051
'logout': {},
51-
'new-query': {},
5252
'on-premises': {},
5353
'page-backward': {},
5454
'page-forward': {},

0 commit comments

Comments
 (0)