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

@@ -1,19 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="512dp"
android:height="512dp"
android:viewportWidth="512"
android:viewportHeight="512">
<path
android:fillColor="#E44232"
android:pathData="M 15 0 L 497 0 Q 512 0 512 15 L 512 497 Q 512 512 497 512 L 15 512 Q 0 512 0 497 L 0 15 Q 0 0 15 0 Z" />
<path
android:fillColor="#FFF"
android:pathData="M167.1 240.2 103.6-59.7h0.1l106.8-61.6c4.5-2.6 4.7-10.6-0.3-13.5l-3.6-2-14.6-8.4a16.6 16.6 0 0 0-16.2 0.2 L166.6 196.7a22 22 0 0 1-21.8 0L56 145v44l1 0.5c22 12.9 74.5 43.5 87.4 50.8a21.3 21.3 0 0 0 22.7 0Z" />
<path
android:fillColor="#FFF"
android:pathData="M167.1 328 103.5-59.7 0.4 -0.2 106.6-61.4c4.5-2.6 4.7-10.6-0.3-13.5l-3.6-2-14.6-8.4a16.6 16.6 0 0 0-16.2 0.2 L166.6 284.4c-6.8 3.9-15 4-21.8 0L56 232.8v43.9l1 0.5c22.1 13 74.5 43.5 87.4 50.8a21.4 21.4 0 0 0 22.7 0Z" />
<path
android:fillColor="#FFF"
android:pathData="M270.7 356-103.6 59.7c-7.5 4.3-15 4.4-22.7 0A15382 15382 0 0 1 56.9 365l-0.9-0.6v-43.9l88.8 51.7a22 22 0 0 0 21.8 0l176.3-101.5c6-3.5 12.5-2.3 16.2-0.2l14.6 8.4 3.6 2c5 3 4.8 11 0.3 13.5L270.7 356Z" />
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#E44232"/>
<path
android:pathData="M167.1,240.2l103.6,-59.7h0.1l106.8,-61.6c4.5,-2.6 4.7,-10.6 -0.3,-13.5l-3.6,-2 -14.6,-8.4a16.6,16.6 0,0 0,-16.2 0.2L166.6,196.7a22,22 0,0 1,-21.8 0L56,145v44l1,0.5c22,12.9 74.5,43.5 87.4,50.8a21.3,21.3 0,0 0,22.7 0zM167.1,328l103.5,-59.7 0.4,-0.2 106.6,-61.4c4.5,-2.6 4.7,-10.6 -0.3,-13.5l-3.6,-2 -14.6,-8.4a16.6,16.6 0,0 0,-16.2 0.2L166.6,284.4c-6.8,3.9 -15,4 -21.8,0L56,232.8v43.9l1,0.5c22.1,13 74.5,43.5 87.4,50.8a21.4,21.4 0,0 0,22.7 0zM270.7,356l-103.6,59.7c-7.5,4.3 -15,4.4 -22.7,0A15382,15382 0,0 1,56.9 365l-0.9,-0.6v-43.9l88.8,51.7a22,22 0,0 0,21.8 0l176.3,-101.5c6,-3.5 12.5,-2.3 16.2,-0.2l14.6,8.4 3.6,2c5,3 4.8,11 0.3,13.5z"
android:fillColor="#fff"/>
</vector>