This commit is contained in:
vinceliuice
2024-05-13 22:20:28 +08:00
parent 0227786020
commit 5f802bf677
24 changed files with 212 additions and 16 deletions

View File

@@ -0,0 +1,4 @@
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m4 7v5h8v-5zm1 1h6v3h-6z" fill="#363636" fill-rule="evenodd" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round"/>
<path d="m12.004 3c-1.662 0-3 1.338-3 3v1h1v-1c0-1.108 0.892-2 2-2s2 0.892 2 2v1h1v-1c0-1.662-1.338-3-3-3z" fill="#363636" fill-rule="evenodd" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 464 B

View File

@@ -0,0 +1,4 @@
<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
<path d="m4 7v5h8v-5h-8zm1 1h6v3h-6v-3z" fill="#363636" fill-rule="evenodd" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round"/>
<path d="m8 3c-1.662 0-3 1.338-3 3v1h1v-1c0-1.108 0.892-2 2-2s2 0.892 2 2v1h1v-1c0-1.662-1.338-3-3-3z" fill="#363636" fill-rule="evenodd" stop-color="#000000" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 465 B