Modify merge all png elements to svg elements

This commit is contained in:
2022-10-02 22:55:32 +08:00
parent 7fcf9228f4
commit cbd6fd038d
20 changed files with 127 additions and 72 deletions

View File

@@ -3,10 +3,10 @@
android:height="32dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M19,4H37L26,18H41L17,44L22,25H8L19,4Z"
android:strokeLineJoin="round"
android:strokeWidth="4"
android:fillColor="#00000000"
android:strokeColor="#ffffff"/>
</vector>
<path
android:fillColor="#00000000"
android:pathData="M19,4H37L26,18H41L17,44L22,25H8L19,4Z"
android:strokeWidth="4"
android:strokeColor="#ffffff"
android:strokeLineJoin="round" />
</vector>