This commit is contained in:
vinceliuice
2024-10-12 00:43:44 +08:00
parent 75ee856460
commit c4fb810c3f
43 changed files with 538 additions and 26 deletions

View File

@@ -1,13 +1,9 @@
<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 4 4 L 4 7 L 7 4 L 4 4 z M 17 4 L 20 7 L 20 4 L 17 4 z M 7 7 L 7 10 L 7 16 L 7 17 L 17 17 L 17 16 L 17 7 L 8 7 L 7 7 z M 8 10 L 16 10 L 16 16 L 8 16 L 8 10 z M 4 17 L 4 20 L 7 20 L 4 17 z M 20 17 L 17 20 L 20 20 L 20 17 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m10 8c-1.108 0-2 0.892-2 2v4c0 1.108 0.892 2 2 2h4c1.108 0 2-0.892 2-2v-4c0-1.108-0.892-2-2-2zm0 1h4c0.554 0 1 0.446 1 1v4c0 0.554-0.446 1-1 1h-4c-0.554 0-1-0.446-1-1v-4c0-0.554 0.446-1 1-1z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m7 4c-1.662 0-3 1.338-3 3v2h1v-2c0-1.108 0.892-2 2-2h2v-1zm8 0v1h2c1.108 0 2 0.892 2 2v2h1v-2c0-1.662-1.338-3-3-3zm-11 11v2c0 1.662 1.338 3 3 3h2v-1h-2c-1.108 0-2-0.892-2-2v-2zm15 0v2c0 1.108-0.892 2-2 2h-2v1h2c1.662 0 3-1.338 3-3v-2z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 559 B

After

Width:  |  Height:  |  Size: 751 B

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 10 4 L 12 6 L 14 4 L 10 4 z M 7 7 L 7 10 L 7 16 L 7 17 L 17 17 L 17 16 L 17 7 L 8 7 L 7 7 z M 4 10 L 4 14 L 6 12 L 4 10 z M 8 10 L 16 10 L 16 16 L 8 16 L 8 10 z M 20 10 L 18 12 L 20 14 L 20 10 z M 12 18 L 10 20 L 14 20 L 12 18 z "
class="ColorScheme-Text"
/>
}</style>
</defs>
<path class="ColorScheme-Text" d="m10 4 2 2 2-2h-4zm-1 3c-1.108 0-2 0.892-2 2v6c0 1.108 0.892 2 2 2h6c1.108 0 2-0.892 2-2v-6c0-1.108-0.892-2-2-2h-6zm0 1h6c0.554 0 1 0.446 1 1v6c0 0.554-0.446 1-1 1h-6c-0.554 0-1-0.446-1-1v-6c0-0.554 0.446-1 1-1zm-5 2v4l2-2-2-2zm16 0-2 2 2 2v-4zm-8 8-2 2h4l-2-2z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 528 B