mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix: Added missing "remove"-icon for light theme.
This commit is contained in:
parent
e2038e0614
commit
12f1af2956
4
public/img/icons_light_theme/icon_remove.svg
Normal file
4
public/img/icons_light_theme/icon_remove.svg
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 24 24" fill="none" stroke="#52545c" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x">
|
||||||
|
<line x1="18" y1="6" x2="6" y2="18"></line>
|
||||||
|
<line x1="6" y1="6" x2="18" y2="18"></line>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 308 B |
Loading…
Reference in New Issue
Block a user