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,14 +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="#000000"
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="M 140.47,203.94 h -17.44 v 104.47 h 17.45 c 10.15529,-0.54503 17.35752,-8.66899 17.47,-17.41 v -69.65 c -0.69578,-10.36382 -7.79596,-17.27188 -17.48,-17.41 z m 45.73,87.25 c 0,18.81 -11.61,47.31 -48.36,47.25 H 91.44 V 172.98 h 47.38 c 35.44,0 47.36,28.46 47.37,47.28 z M 286.88,202.53 H 233.6 v 38.42 h 32.57 v 29.57 H 233.6 v 38.41 h 53.29 v 29.57 h -62.18 c -11.16,0.29 -20.44,-8.53 -20.72,-19.69 V 193.7 c -0.27,-11.15 8.56,-20.41 19.71,-20.69 h 63.19 z m 103.64,115.29 c -13.2,30.75 -36.85,24.63 -47.44,0 l -38.53,-144.8 h 32.57 l 29.71,113.72 29.57,-113.72 h 32.58 z" />
<path
android:fillColor="#FF000000"
android:pathData="M0,0h512v512h-512z"/>
<path
android:pathData="m140.5,203.9h-17.4v104.5h17.4c10.2,-0.5 17.4,-8.7 17.5,-17.4v-69.7c-0.7,-10.4 -7.8,-17.3 -17.5,-17.4zM186.2,291.1c0,18.8 -11.6,47.3 -48.4,47.2h-46.4v-165.3h47.4c35.4,0 47.4,28.5 47.4,47.3zM286.9,202.4h-53.3v38.4h32.6v29.6h-32.6v38.4h53.3v29.6h-62.2c-11.2,0.3 -20.4,-8.5 -20.7,-19.7v-125c-0.3,-11.2 8.6,-20.4 19.7,-20.7h63.2zM390.5,317.7c-13.2,30.8 -36.9,24.6 -47.4,0l-38.5,-144.8h32.6l29.7,113.7 29.6,-113.7h32.6z"
android:fillColor="#fff"/>
</vector>