Fixed panel icon issues

This commit is contained in:
vinceliuice
2024-08-30 23:06:47 +08:00
parent 328fd76ceb
commit bc7dd66b10
742 changed files with 8912 additions and 110 deletions
+6 -12
View File
@@ -1,14 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
<svg version="1.1" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path
style="fill:currentColor;fill-opacity:1;stroke:none"
d="m5 4v3h-2v12h16v-12h-2v-2h-4v2h-4v-2h-4"
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m6 4v2h-1c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2h-1v-2h-3v2h-4v-2zm1 1h1v1h-1zm7 0h1v1h-1zm-9 2h12c0.554 0 1 0.446 1 1v8c0 0.554-0.446 1-1 1h-12c-0.554 0-1-0.446-1-1v-8c0-0.554 0.446-1 1-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 507 B

+6 -11
View File
@@ -1,13 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<defs id="defs3051">
<style type="text/css" id="current-color-scheme">
.ColorScheme-Text {
<svg version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#363636;
}
</style>
</defs>
<path style="fill:currentColor;fill-opacity:1;stroke:none"
d="M 6 6 L 6 8 L 4 8 L 4 20 L 20 20 L 20 8 L 18 8 L 18 6 L 14 6 L 14 8 L 10 8 L 10 6 L 6 6 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m7 5v2h-1c-1.108 0-2 0.892-2 2v8c0 1.108 0.892 2 2 2h12c1.108 0 2-0.892 2-2v-8c0-1.108-0.892-2-2-2h-1v-2h-3v2h-4v-2zm1 1h1v1h-1zm7 0h1v1h-1zm-9 2h12c0.554 0 1 0.446 1 1v8c0 0.554-0.446 1-1 1h-12c-0.554 0-1-0.446-1-1v-8c0-0.554 0.446-1 1-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 426 B

After

Width:  |  Height:  |  Size: 507 B