diff --git a/packages/grafana-data/src/types/icon.ts b/packages/grafana-data/src/types/icon.ts index 3a9c6c891c4..82dc4feb381 100644 --- a/packages/grafana-data/src/types/icon.ts +++ b/packages/grafana-data/src/types/icon.ts @@ -119,6 +119,7 @@ export const availableIconsIndex = { 'gf-landscape': true, 'gf-layout-simple': true, 'gf-logs': true, + 'gf-ml': true, 'gf-movepane-left': true, 'gf-movepane-right': true, 'gf-portrait': true, @@ -129,7 +130,6 @@ export const availableIconsIndex = { 'gf-traces': true, grafana: true, 'graph-bar': true, - 'grafana-ml': true, heart: true, 'heart-rate': true, 'heart-break': true, diff --git a/public/img/icons/custom/gf-ml.svg b/public/img/icons/custom/gf-ml.svg new file mode 100644 index 00000000000..3ebe54581e7 --- /dev/null +++ b/public/img/icons/custom/gf-ml.svg @@ -0,0 +1 @@ + \ No newline at end of file