Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/icons/covalent-icons-variables.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$icomoon-font-family: 'covalent-icons' !default;
$icomoon-font-path: '.' !default;

$cov-ask_ai: unquote('"\\ea41"');
$cov-ai_assistant: unquote('"\\ea41"');
$cov-embedding_model: unquote('"\\ea40"');
$cov-slack: unquote('"\\e9e5"');
$cov-disconnect_outlined: unquote('"\\e9e4"');
Expand Down
8 changes: 4 additions & 4 deletions libs/icons/covalent-icons.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@font-face {
font-family: 'covalent-icons';
src:
url('./covalent-icons.ttf?p4guum') format('truetype'),
url('./covalent-icons.woff?p4guum') format('woff'),
url('./covalent-icons.svg?p4guum#covalent-icons') format('svg');
url('./covalent-icons.ttf?ho7355') format('truetype'),
url('./covalent-icons.woff?ho7355') format('woff'),
url('./covalent-icons.svg?ho7355#covalent-icons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
Expand Down Expand Up @@ -44,7 +44,7 @@
-moz-osx-font-smoothing: grayscale;
}

.cov-ask_ai:before {
.cov-ai_assistant:before {
content: '\ea41';
}
.cov-embedding_model:before {
Expand Down
10 changes: 5 additions & 5 deletions libs/icons/covalent-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
@font-face {
font-family: '#{$icomoon-font-family}';
src:
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?p4guum')
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?ho7355')
format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?p4guum')
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?ho7355')
format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?p4guum##{$icomoon-font-family}')
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?ho7355##{$icomoon-font-family}')
format('svg');
font-weight: normal;
font-style: normal;
Expand Down Expand Up @@ -49,9 +49,9 @@
-moz-osx-font-smoothing: grayscale;
}

.cov-ask_ai {
.cov-ai_assistant {
&:before {
content: $cov-ask_ai;
content: $cov-ai_assistant;
}
}
.cov-embedding_model {
Expand Down
6 changes: 3 additions & 3 deletions libs/icons/covalent-icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified libs/icons/covalent-icons.ttf
Binary file not shown.
Binary file modified libs/icons/covalent-icons.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion libs/icons/icon-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ export const MAT_ICON_LIST = Object.keys(iconList);
export const COV_ICON_LIST = [
'advanced_sql',
'advanced_sql_outlined',
'ai_assistant',
'alias_arrow',
'alias_arrow_outlined',
'api',
'api_outlined',
'api_ondark',
'application',
'application_outlined',
'ask_ai',
'attribution',
'attribution_outlined',
'auto_refresh_off',
Expand Down
File renamed without changes