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="#040405"
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="#1ce783"
android:pathData="M297 197h29v119h-29zm-51 85c0 4-3 7-8 7h-16c-4 0-8-3-8-7v-48h-29v50c0 21 14 31 33 31h28c18 0 29-13 29-31v-50h-29v48zm162-48v48c0 4-4 7-8 7h-17c-4 0-7-3-7-7v-48h-29v50c0 21 13 31 33 31h28c17 0 28-13 28-31v-50h-28zm-275 0h-19l-10 1v-38H76v118h28v-48c0-4 4-7 8-7h17c4 0 8 3 8 7v48h28v-51c0-22-14-30-32-30" />
</vector>
<path
android:pathData="M0,0h512v512h-512z"
android:fillColor="#040405"/>
<path
android:pathData="M297,197h29v119h-29zM246,282c0,4 -3,7 -8,7h-16c-4,0 -8,-3 -8,-7v-48h-29v50c0,21 14,31 33,31h28c18,0 29,-13 29,-31v-50h-29v48zM408,234v48c0,4 -4,7 -8,7h-17c-4,0 -7,-3 -7,-7v-48h-29v50c0,21 13,31 33,31h28c17,0 28,-13 28,-31v-50h-28zM133,234h-19l-10,1v-38L76,197v118h28v-48c0,-4 4,-7 8,-7h17c4,0 8,3 8,7v48h28v-51c0,-22 -14,-30 -32,-30"
android:fillColor="#1ce783"/>
</vector>