add Picta logo

This commit is contained in:
krisf
2026-08-22 16:59:16 -04:00
parent 513ae4827d
commit 7862ad8e20
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
<defs>
<linearGradient id="pictaGrad" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#1bb76e"/>
<stop offset="1" stop-color="#0e8f52"/>
</linearGradient>
</defs>
<rect x="2" y="2" width="44" height="44" rx="12" fill="url(#pictaGrad)"/>
<path d="M12 36 L12 12 L18 12 L26 24 L34 12 L40 12 L40 36 L34 36 L34 22 L26 33 L18 22 L18 36 Z" fill="#ffffff"/>
</svg>

After

Width:  |  Height:  |  Size: 479 B