Re-do Android Vector Drawables

This commit is contained in:
Terence Eden
2023-03-19 14:30:09 +00:00
parent ea3ea761a4
commit 6a1f96d529
193 changed files with 1966 additions and 1208 deletions

View File

@@ -3,15 +3,15 @@
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#430098"
android:pathData="M15 0H497A15 15 0 0 1 512 15V497A15 15 0 0 1 497 512H15A15 15 0 0 1 0 497V15A15 15 0 0 1 15 0Z" />
<path
android:fillColor="#430098"
android:pathData="M367 99H145c-22 0 -30 8 -30 30v254c0 22 8 30 30 30h222c22 0 30 -8 30 -30V129c0 -22 -9 -30 -30 -30"
android:strokeWidth="16"
android:strokeColor="#FFFFFF" />
<path
android:fillColor="#FFFFFF"
android:pathData="M182 284c56 -28 94 -31 107 -25 9 4 9 15 9 15v99h33V273s-1 -32 -27 -44 -62 -1 -88 6v-95h-34m124 54s22 -22 25 -54h-34c-5 29 -25 54 -25 54m-90 178l37 -33 -37 -33" />
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#409"/>
<path
android:pathData="M367,99H145c-22,0 -30,8 -30,30v254c0,22 8,30 30,30h222c22,0 30,-8 30,-30V129c0,-22 -9,-30 -30,-30"
android:strokeWidth="16"
android:fillColor="#409"
android:strokeColor="#fff"/>
<path
android:pathData="M182,284c56,-28 94,-31 107,-25 9,4 9,15 9,15v99h33V273s-1,-32 -27,-44 -62,-1 -88,6v-95h-34m124,54s22,-22 25,-54h-34c-5,29 -25,54 -25,54m-90,178l37,-33 -37,-33"
android:fillColor="#fff"/>
</vector>