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

@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:pathData="M72,460L30,0h451l-41,460 -184,52"
android:fillColor="#264de4"/>
<path
android:pathData="M256,37V472l149,-41 35,-394"
android:fillColor="#2965f1"/>
<path
android:pathData="m114,94h142v56H119m5,58h132v57H129m3,28h56l4,45 64,17v59L139,382"
android:fillColor="#ebebeb"/>
<path
android:pathData="m256,208v57h69l-7,73 -62,17v59l115,-32 26,-288H256v56h80l-5.5,58Z"
android:fillColor="#fff"/>
</vector>