Fix: Use currentColor for kubernetes and traces icons (#112016)
* Fix: Use currentColor for kubernetes and traces icons * Add additional icons
This commit is contained in:
@@ -28,6 +28,7 @@ export const availableIconsIndex = {
|
||||
apps: true,
|
||||
'archive-alt': true,
|
||||
arrow: true,
|
||||
'arrow-circle-right': true,
|
||||
'arrow-down': true,
|
||||
'arrow-from-right': true,
|
||||
'arrow-left': true,
|
||||
@@ -69,7 +70,10 @@ export const availableIconsIndex = {
|
||||
'clipboard-alt': true,
|
||||
'clock-nine': true,
|
||||
cloud: true,
|
||||
'cloud-database-tree': true,
|
||||
'cloud-download': true,
|
||||
'cloud-exclamation': true,
|
||||
'cloud-info': true,
|
||||
'cloud-provider': true,
|
||||
'cloud-upload': true,
|
||||
'code-branch': true,
|
||||
@@ -177,6 +181,7 @@ export const availableIconsIndex = {
|
||||
'key-skeleton-alt': true,
|
||||
keyboard: true,
|
||||
kubernetes: true,
|
||||
'laptop-cloud': true,
|
||||
'layer-group': true,
|
||||
'layers-alt': true,
|
||||
layers: true,
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"unicons/angle-up",
|
||||
"unicons/apps",
|
||||
"unicons/arrow",
|
||||
"unicons/arrow-circle-right",
|
||||
"unicons/arrow-down",
|
||||
"unicons/arrow-from-right",
|
||||
"unicons/arrow-left",
|
||||
@@ -43,7 +44,10 @@
|
||||
"unicons/clipboard-alt",
|
||||
"unicons/clock-nine",
|
||||
"unicons/cloud",
|
||||
"unicons/cloud-database-tree",
|
||||
"unicons/cloud-download",
|
||||
"unicons/cloud-exclamation",
|
||||
"unicons/cloud-info",
|
||||
"unicons/code-branch",
|
||||
"unicons/cog",
|
||||
"unicons/columns",
|
||||
@@ -91,6 +95,8 @@
|
||||
"unicons/k6",
|
||||
"unicons/key-skeleton-alt",
|
||||
"unicons/keyboard",
|
||||
"unicons/kubernetes",
|
||||
"unicons/laptop-cloud",
|
||||
"unicons/link",
|
||||
"unicons/list-ul",
|
||||
"unicons/lock",
|
||||
@@ -171,6 +177,7 @@
|
||||
"custom/gf-logs",
|
||||
"custom/gf-movepane-left",
|
||||
"custom/gf-movepane-right",
|
||||
"custom/gf-traces",
|
||||
"mono/favorite",
|
||||
"mono/grafana",
|
||||
"mono/heart",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill="none" fill-rule="evenodd" clip-rule="evenodd" d="M26.1457 6.34585C26.3707 6.56219 26.4972 6.85562 26.4973 7.16162V27.1151C26.4973 27.7524 25.96 28.2689 25.2973 28.2689H4.89727C4.23453 28.2689 3.69727 27.7524 3.69727 27.1151V2.88432C3.69727 2.24707 4.23453 1.73047 4.89727 1.73047H20.8489C21.167 1.73054 21.4723 1.85214 21.6973 2.06855L26.1457 6.34585Z" stroke="#CCCCDC" stroke-opacity="0.65" stroke-width="2.8125" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.375 20.625H22.5" stroke="#CCCCDC" stroke-opacity="0.65" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.375 16.875H22.5" stroke="#CCCCDC" stroke-opacity="0.65" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.375 13.125H22.5" stroke="#CCCCDC" stroke-opacity="0.65" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.6001 8.40039H15.6001" stroke="#CCCCDC" stroke-opacity="0.65" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path fill="none" fill-rule="evenodd" clip-rule="evenodd" d="M26.1457 6.34585C26.3707 6.56219 26.4972 6.85562 26.4973 7.16162V27.1151C26.4973 27.7524 25.96 28.2689 25.2973 28.2689H4.89727C4.23453 28.2689 3.69727 27.7524 3.69727 27.1151V2.88432C3.69727 2.24707 4.23453 1.73047 4.89727 1.73047H20.8489C21.167 1.73054 21.4723 1.85214 21.6973 2.06855L26.1457 6.34585Z" stroke="currentColor" stroke-width="2.8125" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.375 20.625H22.5" stroke="currentColor" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.375 16.875H22.5" stroke="currentColor" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.375 13.125H22.5" stroke="currentColor" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M9.6001 8.40039H15.6001" stroke="currentColor" stroke-width="1.875" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.0 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 8.6 KiB |
Reference in New Issue
Block a user