This commit is contained in:
make
2026-01-10 19:59:40 +08:00
parent 8bb07eaf1a
commit f680c97559
13 changed files with 153 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<path d="M5 4h4c2 0 3 1 3 2.5S11 9 9 9H7v3H5z" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 179 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<path d="M9 1L3 9h4l-1 6 7-9H9z" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 165 B

View File

@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<circle cx="8" cy="8" r="5" fill="VAR_FG"/>
<circle cx="6" cy="6" r="1" fill="VAR_BG"/>
<circle cx="10" cy="6" r="1" fill="VAR_BG"/>
<circle cx="6" cy="10" r="1" fill="VAR_BG"/>
<circle cx="10" cy="10" r="1" fill="VAR_BG"/>
</svg>

After

Width:  |  Height:  |  Size: 348 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<path d="M8 3l5 10H3z" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<polygon points="6,4 12,8 6,12" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 164 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<rect x="4" y="3" width="3" height="10" fill="VAR_FG"/>
<rect x="9" y="3" width="3" height="10" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 230 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<path d="M3 4h10v6H7l-2 2v-2H3z" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 165 B

View File

@@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<ellipse cx="8" cy="8" rx="5" ry="3" fill="VAR_FG"/>
<circle cx="8" cy="8" r="1.5" fill="VAR_BG"/>
</svg>

After

Width:  |  Height:  |  Size: 217 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<rect x="4" y="4" width="8" height="8" fill="VAR_FG"/>
</svg>

After

Width:  |  Height:  |  Size: 171 B

View File

@@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
<rect width="16" height="16" fill="VAR_BG"/>
<path d="M2 9c2-3 4 3 6 0s4 3 6 0" stroke="VAR_FG" stroke-width="2" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 198 B