Stop using script setup feature but use olden style

This commit is contained in:
Johannes Zellner
2023-02-22 15:59:23 +01:00
parent 669b042107
commit dafc8dea19
501 changed files with 26308 additions and 106 deletions
+26
View File
@@ -0,0 +1,26 @@
<svg width="64" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" height="64">
<defs>
<linearGradient id="a" y1="3" y2="61" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0-1 0 64)">
<stop stop-color="#03c9a9"/>
<stop offset="1" stop-color="#36d7b7"/>
</linearGradient>
<linearGradient id="b" y1="61" y2="47" x2="0" gradientUnits="userSpaceOnUse" gradientTransform="matrix(1 0 0-1 0 64)">
<stop stop-color="#127666"/>
<stop offset="1" stop-color="#16a085"/>
</linearGradient>
<linearGradient id="c" y1="17" x1="40" y2="31" x2="54" gradientUnits="userSpaceOnUse">
<stop stop-color="#383e51"/>
<stop offset="1" stop-color="#655c6f" stop-opacity="0"/>
</linearGradient>
</defs>
<path fill="url(#a)" d="m10 61v-58h30l14 14v44h-14z"/>
<g transform="scale(1-1)">
<rect width="30" x="10" y="-4" fill="#ffffff" height="1" fill-opacity=".412"/>
<rect width="44" x="10" y="-61" fill="#2e3132" height="1" fill-opacity=".294"/>
</g>
<g fill-rule="evenodd">
<path fill="url(#b)" d="m54 17l-14-14v14z"/>
<path opacity=".2" fill="url(#c)" d="m40 17l14 14v-14z"/>
</g>
<path fill="#127666" d="m28 22v7h-7v1h7v6h-7v1h7v7h1v-7h6v7h1v-7h7v-1h-7v-6h7v-1h-7v-7h-1v7h-6v-7zm1 8h6v6h-6z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB