More png to svg conversions on qml side

This commit is contained in:
luisangelsm
2026-02-13 16:22:28 +01:00
parent 3ff93a570e
commit 5762b32fda
20 changed files with 85 additions and 30 deletions

View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #f0f;
stroke-miterlimit: 10;
}
</style>
</defs>
<polygon class="cls-1" points="5.5 2 6.85 4.64 9.78 5.11 7.69 7.21 8.15 10.14 5.5 8.8 2.85 10.14 3.31 7.21 1.22 5.11 4.15 4.64 5.5 2"/>
</svg>

After

Width:  |  Height:  |  Size: 417 B