Release Helper Tools 0.1.0

This commit is contained in:
2026-09-01 02:33:45 +02:00
commit 5fffd48642
78 changed files with 11635 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<defs>
<linearGradient id="paper" x1="9" y1="5" x2="54" y2="60" gradientUnits="userSpaceOnUse">
<stop stop-color="#fff"/>
<stop offset="1" stop-color="#e9edf5"/>
</linearGradient>
<linearGradient id="mark" x1="17" y1="22" x2="47" y2="49" gradientUnits="userSpaceOnUse">
<stop stop-color="#596bd8"/>
<stop offset="1" stop-color="#26a39a"/>
</linearGradient>
</defs>
<path d="M12 5h27l13 13v39a3 3 0 0 1-3 3H12a3 3 0 0 1-3-3V8a3 3 0 0 1 3-3Z" fill="url(#paper)" stroke="#34405f" stroke-width="3"/>
<path d="M39 5v13h13" fill="#dbe1ef" stroke="#34405f" stroke-width="3" stroke-linejoin="round"/>
<path d="m25 25-8 9 8 9M39 25l8 9-8 9M35 22l-6 25" fill="none" stroke="url(#mark)" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 860 B