Better icon / Black query

This commit is contained in:
tom5079
2024-03-02 17:11:44 -08:00
parent 3f3774a0cd
commit 91b6baaf1c
40 changed files with 834 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<group>
<clip-path
android:pathData="M256,256m-256,0a256,256 0,1 1,512 0a256,256 0,1 1,-512 0"/>
<path
android:pathData="M0,0h512v256l-265,45.2z"
android:fillColor="#eee"/>
<path
android:pathData="M210,256h302v256H0z"
android:fillColor="#d80027"/>
<path
android:pathData="M0,0v512l256,-256L0,0z"
android:fillColor="#0052b4"/>
</group>
</vector>