This commit is contained in:
bwstudio
2025-10-22 08:19:00 +08:00
parent 467b04e5b0
commit 97fbfe08d7
6040 changed files with 529099 additions and 9685 deletions
+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<path fill="#007AFF" d="M24,4L4,16v18h8v-8h8v8h8v-8h8v8h8V16L24,4z M22,36h4v-4h-4V36z"/>
</svg>

After

Width:  |  Height:  |  Size: 181 B

+3
View File
@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<path fill="#333" d="M24,4L4,16v18h8v-8h8v8h8v-8h8v8h8V16L24,4z M22,36h4v-4h-4V36z"/>
</svg>

After

Width:  |  Height:  |  Size: 178 B

+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<circle fill="#007AFF" cx="24" cy="16" r="8"/>
<path fill="#007AFF" d="M36,38H12c-2.21,0-4-1.79-4-4v-6c0-2.21,1.79-4,4-4h24c2.21,0,4,1.79,4,4v6C40,36.21,38.21,38,36,38z M12,28c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-6c0-1.1-0.9-2-2-2H12z"/>
</svg>

After

Width:  |  Height:  |  Size: 350 B

+4
View File
@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<circle fill="#333" cx="24" cy="16" r="8"/>
<path fill="#333" d="M36,38H12c-2.21,0-4-1.79-4-4v-6c0-2.21,1.79-4,4-4h24c2.21,0,4,1.79,4,4v6C40,36.21,38.21,38,36,38z M12,28c-1.1,0-2,0.9-2,2v6c0,1.1,0.9,2,2,2h24c1.1,0,2-0.9,2-2v-6c0-1.1-0.9-2-2-2H12z"/>
</svg>

After

Width:  |  Height:  |  Size: 344 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<path fill="#007AFF" d="M36,4H12C8.686,4,6,6.686,6,10v30c0,2.21,1.79,4,4,4h24c2.21,0,4-1.79,4-4V10C42,6.686,39.314,4,36,4z M36,38H12V10h24V38z"/>
<path fill="#007AFF" d="M18,18h12v4H18V18z M18,26h8v4h-8V26z"/>
<circle fill="#007AFF" cx="16" cy="18" r="3"/>
<circle fill="#007AFF" cx="16" cy="26" r="3"/>
</svg>

After

Width:  |  Height:  |  Size: 402 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48">
<path fill="#333" d="M36,4H12C8.686,4,6,6.686,6,10v30c0,2.21,1.79,4,4,4h24c2.21,0,4-1.79,4-4V10C42,6.686,39.314,4,36,4z M36,38H12V10h24V38z"/>
<path fill="#333" d="M18,18h12v4H18V18z M18,26h8v4h-8V26z"/>
<circle fill="#333" cx="16" cy="18" r="3"/>
<circle fill="#333" cx="16" cy="26" r="3"/>
</svg>

After

Width:  |  Height:  |  Size: 390 B