* Add record-audio icon for recorded queries
* add record-audio icon to iconBundle
Co-authored-by: Todd Treece <todd.treece@grafana.com>
(cherry picked from commit 8898a5f0a0)
Co-authored-by: Travis Patterson <travis.patterson@grafana.com>
This commit is contained in:
co-authored by
Travis Patterson
parent
a3932327c2
commit
38f86645e7
@@ -164,6 +164,7 @@ import u1151 from '!!raw-loader!../../../../../public/img/icons/mono/heart.svg';
|
||||
import u1152 from '!!raw-loader!../../../../../public/img/icons/mono/heart-break.svg';
|
||||
import u1153 from '!!raw-loader!../../../../../public/img/icons/mono/panel-add.svg';
|
||||
import u1154 from '!!raw-loader!../../../../../public/img/icons/mono/library-panel.svg';
|
||||
import u1155 from '!!raw-loader!../../../../../public/img/icons/unicons/record-audio.svg';
|
||||
|
||||
export function initIconCache() {
|
||||
cacheInitialized = true;
|
||||
@@ -328,4 +329,5 @@ export function initIconCache() {
|
||||
cacheItem(u1152, 'mono/heart-break.svg');
|
||||
cacheItem(u1153, 'mono/panel-add.svg');
|
||||
cacheItem(u1154, 'mono/library-panel.svg');
|
||||
cacheItem(u1155, 'unicons/record-audio.svg');
|
||||
}
|
||||
|
||||
@@ -133,6 +133,7 @@ export const getAvailableIcons = () =>
|
||||
'presentation-play',
|
||||
'process',
|
||||
'question-circle',
|
||||
'record-audio',
|
||||
'repeat',
|
||||
'rocket',
|
||||
'save',
|
||||
|
||||
Reference in New Issue
Block a user