This commit is contained in:
vinceliuice
2023-10-24 21:01:59 +08:00
parent 3adba1a385
commit c09af69334
114 changed files with 760 additions and 78 deletions

View File

@@ -1,7 +1,7 @@
<svg width="32" height="32" version="1.1" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
<defs>
<style id="current-color-scheme" type="text/css">.ColorScheme-Text {
color:#232629;
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m1.1508 13.879c-1.1752 1.1752-1.1752 3.0674 0 4.2426l12.728 12.728c1.1752 1.1752 3.0674 1.1752 4.2426 0l12.728-12.728c1.1752-1.1752 1.1752-3.0674 0-4.2426l-12.728-12.728c-1.1752-1.1752-3.0674-1.1752-4.2426 0zm0.70711 0.70711 9.1924-9.1924 2.8685 2.8685a2.5 2.5 0 0 0 0.3135 3.1419 2.5 2.5 0 0 0 1.2678 0.67948l-1e-6 9.2449a2.5 2.5 0 0 0-1.2678 0.68225 2.5 2.5 0 0 0 0 3.5355 2.5 2.5 0 0 0 3.5355 0 2.5 2.5 0 0 0 0-3.5355 2.5 2.5 0 0 0-1.2678-0.68225l-1e-6 -9.2449a2.5 2.5 0 0 0 0.87422-0.36598l3.6156 3.6156a2.5 2.5 0 0 0 0.3135 3.1419 2.5 2.5 0 0 0 3.5355 0 2.5 2.5 0 0 0 0-3.5355 2.5 2.5 0 0 0-3.1461-0.31765l-3.6115-3.6115a2.5 2.5 0 0 0-0.3135-3.1419 2.5 2.5 0 0 0-3.1461-0.31765l-2.8643-2.8643 2.8284-2.8284c0.78347-0.78347 2.045-0.78347 2.8284 0l12.728 12.728c0.78347 0.78347 0.78347 2.045 0 2.8284l-12.728 12.728c-0.78347 0.78347-2.045 0.78347-2.8284 0l-12.728-12.728c-0.78347-0.78347-0.78347-2.045 0-2.8284zm13.081-6.0104a1.5 1.5 0 0 1 2.1213 0 1.5 1.5 0 0 1 0 2.1213 1.5 1.5 0 0 1-2.1213 0 1.5 1.5 0 0 1 0-2.1213zm0 14.142a1.5 1.5 0 0 1 2.1213 0 1.5 1.5 0 0 1 0 2.1213 1.5 1.5 0 0 1-2.1213 0 1.5 1.5 0 0 1 0-2.1213zm7.0711-7.0711a1.5 1.5 0 0 1 2.1213 0 1.5 1.5 0 0 1 0 2.1213 1.5 1.5 0 0 1-2.1213 0 1.5 1.5 0 0 1 0-2.1213z" fill="currentColor"/>

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -4,5 +4,5 @@
color:#363636;
}</style>
</defs>
<path class="ColorScheme-Text" d="m16 4c-6.6274 0-12 5.3726-12 12s5.3726 12 12 12 12-5.3726 12-12-5.3726-12-12-12zm0 1c6.0751 0 11 4.9249 11 11s-4.9249 11-11 11-11-4.9249-11-11 4.9249-11 11-11zm-0.039062 2c-2.216 0-4 1.784-4 4v4h-1.0938c-1.0341 0-1.8672 0.892-1.8672 2v4c0 1.108 0.83305 2 1.8672 2h10.266c1.0341 0 1.8672-0.892 1.8672-2v-4c0-1.108-0.83305-2-1.8672-2h-1.1719v-4c0-2.216-1.784-4-4-4zm0 1c1.662 0 3 1.561 3 3.5v3.5h-6v-3.5c0-1.939 1.338-3.5 3-3.5zm-4.9609 8h10c0.554 0 1 0.446 1 1v4c0 0.554-0.446 1-1 1h-10c-0.554 0-1-0.446-1-1v-4c0-0.554 0.446-1 1-1z" fill="currentColor"/>
<path class="ColorScheme-Text" d="m16 4c-2.77 0-5 2.23-5 5v6h-2c-1.662 0-3 1.338-3 3v7c0 1.662 1.338 3 3 3h14c1.662 0 3-1.338 3-3v-7c0-1.662-1.338-3-3-3h-2v-6c0-2.77-2.23-5-5-5zm0 1c2.216 0 4 1.784 4 4v6h-8v-6c0-2.216 1.784-4 4-4zm-7 11h14c1.108 0 2 0.892 2 2v7c0 1.108-0.892 2-2 2h-14c-1.108 0-2-0.892-2-2v-7c0-1.108 0.892-2 2-2z" fill="currentColor"/>
</svg>

Before

Width:  |  Height:  |  Size: 798 B

After

Width:  |  Height:  |  Size: 564 B