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

@@ -7,15 +7,15 @@
android:pathData="M0,0h512v512h-512z"
android:fillColor="#fff"/>
<path
android:pathData="M75,75h171v171h-171z"
android:pathData="M75,75v171h171v-171z"
android:fillColor="#f25022"/>
<path
android:pathData="M266,75h171v171h-171z"
android:pathData="M266,75v171h171v-171z"
android:fillColor="#7fba00"/>
<path
android:pathData="M75,266h171v171h-171z"
android:pathData="M75,266v171h171v-171z"
android:fillColor="#00a4ef"/>
<path
android:pathData="M266,266h171v171h-171z"
android:pathData="M266,266v171h171v-171z"
android:fillColor="#ffb900"/>
</vector>