This commit is contained in:
vinceliuice
2024-04-17 10:15:15 +08:00
parent 30f828ed29
commit f7348316b2
6 changed files with 28 additions and 42 deletions

View File

@@ -1,14 +1,8 @@
<!DOCTYPE svg>
<svg viewBox="0 0 22 22" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<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 class="ColorScheme-Text"
style="fill:currentColor; fill-opacity:1; stroke:none"
d="M 2 3 L 2 4 L 4 4 L 4 18 L 2 18 L 2 19 L 7 19 L 7 18 L 5 18 L 5 4 L 7 4 L 7 3 L 2 3 z M 8 4 L 8 5 L 18 5 L 18 17 L 8 17 L 8 18 L 19 18 L 19 4 L 8 4 z M 13 6 L 9 16 L 10 16 L 14 6 L 13 6 z M 16 6 L 12 16 L 13 16 L 17 6 L 16 6 z M 7 15 L 7 16 L 8 16 L 8 15 L 7 15 z "
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m2 3v1h2v14h-2v1h5v-1h-2v-14h2v-1h-5zm6 1v1h10c1.108 0 2 0.892 2 2v8c0 1.108-0.892 2-2 2h-10v1h10c1.662 0 3-1.338 3-3v-8c0-1.662-1.338-3-3-3h-10zm5 2-4 10h1l4-10h-1zm3 0-4 10h1l4-10h-1zm-9 9v1h1v-1h-1z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 660 B

After

Width:  |  Height:  |  Size: 483 B